mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +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:
@@ -66,18 +66,12 @@ is
|
||||
imported ArrayOfTriangles from IntPolyh;
|
||||
|
||||
class Intersection;
|
||||
---Purpose: the main algorithm. Algorythm outputs are --
|
||||
-- lines and points like discribe in the last
|
||||
-- paragraph. The Algorythm provides direct acces to
|
||||
-- the elements of those lines and points. Other
|
||||
-- classes of this package are for internal use and
|
||||
-- only concern the algorithmic part.
|
||||
|
||||
|
||||
------------------------------------------------------------
|
||||
---- Internal classes and algorithms
|
||||
------------------------------------------------------------
|
||||
class Couple;
|
||||
---Purpose: couple of triangles
|
||||
|
||||
|
||||
class Point;
|
||||
@@ -92,7 +86,6 @@ is
|
||||
|
||||
|
||||
class MaillageAffinage;
|
||||
---Purpose: Provide the algorythms used in the package
|
||||
|
||||
class SectionLine;
|
||||
|
||||
|
@@ -15,7 +15,7 @@
|
||||
-- commercial license or contractual agreement.
|
||||
|
||||
class Couple from IntPolyh
|
||||
|
||||
---Purpose: couple of triangles
|
||||
|
||||
uses
|
||||
|
||||
|
@@ -23,7 +23,12 @@
|
||||
-- times.
|
||||
|
||||
class Intersection from IntPolyh
|
||||
|
||||
---Purpose: the main algorithm. Algorythm outputs are
|
||||
-- lines and points like discribe in the last
|
||||
-- paragraph. The Algorythm provides direct acces to
|
||||
-- the elements of those lines and points. Other
|
||||
-- classes of this package are for internal use and
|
||||
-- only concern the algorithmic part.
|
||||
|
||||
uses
|
||||
|
||||
|
@@ -23,7 +23,7 @@
|
||||
-- modified by ofv Thu Apr 8 14:45:35 2004 fip
|
||||
|
||||
class MaillageAffinage from IntPolyh
|
||||
|
||||
---Purpose: Provide the algorythms used in the package
|
||||
|
||||
uses
|
||||
Box from Bnd,
|
||||
|
Reference in New Issue
Block a user