1
0
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:
jgv 2014-09-19 14:53:15 +04:00 committed by bugmaster
parent 955b3e7102
commit ba4181452c
2 changed files with 10 additions and 0 deletions

View File

@ -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;

View File

@ -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;