mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0024784: Move documentation in CDL files to proper location
Mostly duplicated comments were removed and missing ones were moved into dedicated class CDL files. Some more duplicated comments were removed from CDL files. Correction of merge
This commit is contained in:
@@ -38,16 +38,12 @@ is
|
||||
pointer CommonPtr to Common from BRepAlgoAPI;
|
||||
|
||||
class Tools;
|
||||
---Purpose: to provide several tools for porting to OCC 5.0 (mkk)
|
||||
|
||||
class Limitation;
|
||||
---Purpose: to provide cutting object by face or shell.
|
||||
|
||||
class Intersection;
|
||||
---Purpose: to provide intersection of two topological objects.
|
||||
|
||||
|
||||
class Glue; --- inherits BooleanOperation from BRepAlgoAPI
|
||||
---Purpose: to provide topological sewing of two topological objects.
|
||||
|
||||
class ReShaper;
|
||||
---Purpose: to remove "floating" objects from compound.
|
||||
|
@@ -15,7 +15,8 @@
|
||||
|
||||
class Glue from QANewModTopOpe inherits BooleanOperation from BRepAlgoAPI
|
||||
|
||||
---Purpose: Perform the gluing topological operation.
|
||||
---Purpose: Perform the gluing topological operation
|
||||
-- (topological sewing of two topological objects).
|
||||
|
||||
uses
|
||||
Boolean from Standard,
|
||||
|
@@ -14,6 +14,8 @@
|
||||
-- commercial license or contractual agreement.
|
||||
|
||||
class Tools from QANewModTopOpe
|
||||
---Purpose: to provide several tools for porting to OCC 5.0 (mkk)
|
||||
|
||||
uses
|
||||
Edge from TopoDS,
|
||||
Shape from TopoDS,
|
||||
|
Reference in New Issue
Block a user