From ba4181452c1b6bb57b7491a65a49acc3b063fc92 Mon Sep 17 00:00:00 2001 From: jgv Date: Fri, 19 Sep 2014 14:53:15 +0400 Subject: [PATCH] 0025205: BRepOffsetAPI_MakeFilling algorithm's documentation is insufficient --- src/BRepFill/BRepFill_Filling.cdl | 5 +++++ src/BRepOffsetAPI/BRepOffsetAPI_MakeFilling.cdl | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/src/BRepFill/BRepFill_Filling.cdl b/src/BRepFill/BRepFill_Filling.cdl index 551a9c5de6..cf4443c661 100644 --- a/src/BRepFill/BRepFill_Filling.cdl +++ b/src/BRepFill/BRepFill_Filling.cdl @@ -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; diff --git a/src/BRepOffsetAPI/BRepOffsetAPI_MakeFilling.cdl b/src/BRepOffsetAPI/BRepOffsetAPI_MakeFilling.cdl index 84b6a1933a..bf6facd91d 100644 --- a/src/BRepOffsetAPI/BRepOffsetAPI_MakeFilling.cdl +++ b/src/BRepOffsetAPI/BRepOffsetAPI_MakeFilling.cdl @@ -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; -- 2.20.1