1
0
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:
ski
2014-05-29 16:05:47 +04:00
committed by apn
parent bdd1223f46
commit ff8178ef85
533 changed files with 1047 additions and 2921 deletions

View File

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

View File

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

View File

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