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:
@@ -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);
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user