1
0
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:
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

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

View File

@@ -15,7 +15,7 @@
-- commercial license or contractual agreement.
class Couple from IntPolyh
---Purpose: couple of triangles
uses

View File

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

View File

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