mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
0025205: BRepOffsetAPI_MakeFilling algorithm's documentation is insufficient
This commit is contained in:
parent
955b3e7102
commit
ba4181452c
@ -125,6 +125,11 @@ is
|
||||
|
||||
LoadInitSurface( me : in out; aFace : Face from TopoDS );
|
||||
---Purpose: Loads the initial Surface
|
||||
-- The initial surface must have orthogonal local coordinates,
|
||||
-- i.e. partial derivatives dS/du and dS/dv must be orthogonal
|
||||
-- at each point of surface.
|
||||
-- If this condition breaks, distortions of resulting surface
|
||||
-- are possible.
|
||||
|
||||
|
||||
Add( me : in out; anEdge : Edge from TopoDS;
|
||||
|
@ -146,6 +146,11 @@ is
|
||||
-- If no initial surface is given, the algorithm computes it
|
||||
-- automatically. If the set of edges is not connected (Free constraint),
|
||||
-- missing edges are automatically computed.
|
||||
-- Important: the initial surface must have orthogonal local coordinates,
|
||||
-- i.e. partial derivatives dS/du and dS/dv must be orthogonal
|
||||
-- at each point of surface.
|
||||
-- If this condition breaks, distortions of resulting surface
|
||||
-- are possible.
|
||||
|
||||
|
||||
Add( me : in out; Constr : Edge from TopoDS;
|
||||
|
Loading…
x
Reference in New Issue
Block a user