0024784: Move documentation in CDL files to proper location
[occt.git] / src / PPoly / PPoly.cdl
index d728685..50125b7 100644 (file)
@@ -32,29 +32,14 @@ uses    PCollection,
 is
 
     class Triangle;
-       ---Purpose: A triangle is  a triplet  of integers (indices  of
-       --          the nodes).
-    
-    class Triangulation;
-       ---Purpose: A   Triangulation  is  a   3D  polyhedron made  of
-       --          triangles.  It   is  made  of  a nodes  which  are
-       --          indexed. Nodes  have a 3d  value  and a  2d value.
-       --          Triangles are triplet of node indices.
-       --          
-       --          This is a Transient class.
 
+    class Triangulation;
 
     class Polygon3D;
-       ---Purpose: A Polygon3D is  made of  indexed nodes.
-       --          Nodes have a 3d value.
 
     class Polygon2D;
-       ---Purpose: A Polygon2D is made of  indexed nodes.
-       --          Nodes have a 2d value.
-         
+
     class PolygonOnTriangulation;
-       ---Purpose: A polygonOnTriangulation is made of node indices
-       --          referencing a triangulation.
 
     class HArray1OfTriangle
     instantiates HArray1 from PCollection(Triangle from PPoly);