mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0023640: Documentation for local sewing with BRepBuilderAPI_Sewing is missing
Fix for bug 23640. Merging the rest of Technical Overview content into User's Guides. -Correct UG sections concerning Sewing. -Correct comments in the code referring to old location of sewing algorithm.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
class ShellSewing from ShapeUpgrade
|
||||
|
||||
---Purpose: This class provides a tool for applying sewing algorithm from
|
||||
-- BRepAlgo: it takes a shape, calls sewing for each shell,
|
||||
-- BRepBuilderAPI: it takes a shape, calls sewing for each shell,
|
||||
-- and then replaces sewed shells with use of ShapeBuild_ReShape
|
||||
|
||||
uses
|
||||
@@ -33,7 +33,7 @@ is
|
||||
ApplySewing (me: in out; shape: Shape from TopoDS; tol: Real = 0.0)
|
||||
returns Shape from TopoDS;
|
||||
---Purpose: Builds a new shape from a former one, by calling Sewing from
|
||||
-- BRepOffsetAPI. Rebuilt solids are oriented to be "not infinite"
|
||||
-- BRepBuilderAPI. Rebuilt solids are oriented to be "not infinite"
|
||||
--
|
||||
-- If <tol> is not given (i.e. value 0. by default), it is
|
||||
-- computed as the mean tolerance recorded in <shape>
|
||||
|
Reference in New Issue
Block a user