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

@@ -39,83 +39,47 @@ uses
is
deferred class CurveRepresentation;
---Purpose: Root for curve representations.
deferred class GCurve;
---Purpose: Root class for geometric curves representations.
-- Contains a first an a last parameter.
class Curve3D;
---Purpose: Representation by a 3d curve.
class CurveOnSurface;
---Purpose: Representation by a curve in the parametric space
-- of a surface.
class CurveOnClosedSurface;
---Purpose: Representation by two curves in the parametric
-- space of a surface.
class Polygon3D;
---Purpose: Representation by a 3D polygon.
class PolygonOnTriangulation;
---Purpose: Representation by an array of indices on a
-- triangulation.
class PolygonOnClosedTriangulation;
---Purpose: Representation by two arrays of indices on a
-- triangulation.
class PolygonOnSurface;
---Purpose: Representation by 2d polygon in the parametric space
-- of a surface.
class PolygonOnClosedSurface;
---Purpose: Representation by two 2d polygons in the parametric
-- space of the surface.
class CurveOn2Surfaces;
---Purpose: Geometric continuity bewtween two surfaces.
deferred class PointRepresentation;
---Purpose: Root for point representations.
class PointOnCurve;
---Purpose: Representation by a parameter on a 3D curve.
deferred class PointsOnSurface;
---Purpose: Root for points on surface.
class PointOnCurveOnSurface;
---Purpose: Representation by a parameter on a curve on a
-- surface.
class PointOnSurface;
---Purpose: Representation by two parameters on a surface.
class TFace;
---Purpose: The TFace class is inherited from the TFace from
-- TopoDS.
class TEdge;
---Purpose: The TEdge class is inherited from the TEdge from
-- TopoDS.
class TVertex;
---Purpose: The TVertex class is inherited from the TVertex
-- from TopoDS.
class TFace1;
---Purpose: The TFace class is inherited from the TFace from
-- TopoDS.
class TEdge1;
---Purpose: The TEdge class is inherited from the TEdge from
-- TopoDS.
class TVertex1;
---Purpose: The TVertex class is inherited from the TVertex
-- from TopoDS.
end PBRep;

View File

@@ -18,6 +18,7 @@ deferred class GCurve from PBRep inherits CurveRepresentation from PBRep
---Purpose: Root class for the geometric curves
-- representation. Contains a range.
-- Contains a first and a last parameter.
uses

View File

@@ -15,7 +15,7 @@
-- commercial license or contractual agreement.
class PointOnCurve from PBRep inherits PointRepresentation from PBRep
---Purpose: Representation by a parameter on a 3D curve.
uses
Curve from PGeom,
Location from PTopLoc

View File

@@ -15,7 +15,8 @@
-- commercial license or contractual agreement.
class PointOnCurveOnSurface from PBRep inherits PointsOnSurface from PBRep
---Purpose: Representation by a parameter on a curve on a
-- surface.
uses
Curve from PGeom2d,

View File

@@ -15,7 +15,7 @@
-- commercial license or contractual agreement.
class PointOnSurface from PBRep inherits PointsOnSurface from PBRep
---Purpose: Representation by two parameters on a surface.
uses
Surface from PGeom,
Location from PTopLoc

View File

@@ -15,7 +15,7 @@
-- commercial license or contractual agreement.
deferred class PointsOnSurface from PBRep inherits PointRepresentation from PBRep
---Purpose: Root for points on surface.
uses
Surface from PGeom,

View File

@@ -16,7 +16,7 @@
class Polygon3D from PBRep inherits CurveRepresentation from PBRep
---Purpose:
---Purpose: Representation by a 3D polygon.
uses
Polygon3D from PPoly,