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

@@ -31,28 +31,12 @@ uses
is
class Mesh;
---Purpose: Mesh definition. The mesh contains one or several
-- domains. Each mesh domain contains a set of
-- triangles. Each domain can have its own deflection
-- value.
class MeshExplorer;
---Purpose: Provides facilities to explore the triangles of
-- each mesh domain.
class MeshDomain;
---Purpose: Set of triangles defined with three vertices and a
-- given orientation. Internal class used to classify
-- the triangles of each domain.
class MeshTriangle;
---Purpose: triangle defined with three vertices and a given
-- orientation
class SequenceOfMeshDomain instantiates
Sequence from TCollection (MeshDomain from StlMesh);

View File

@@ -17,9 +17,9 @@
class MeshDomain from StlMesh inherits TShared from MMgt
---Purpose: A mesh domain is a set of triangles defined with
-- three geometric vertices. The mesh domain has its
-- own deflection.
--
-- three geometric vertices and a given orientation.
-- The mesh domain has its own deflection.
-- Internal class used to classify the triangles of each domain.
uses
SequenceOfXYZ from TColgp,
SequenceOfMeshTriangle from StlMesh