mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +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:
@@ -36,50 +36,36 @@ private deferred class Root;
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
class MakeLine;
|
||||
---Purpose: Makes a Line from Geom2d.
|
||||
|
||||
class MakeCircle;
|
||||
---Purpose: Makes a Circle from Geom2d.
|
||||
|
||||
class MakeHyperbola;
|
||||
---Purpose: Makes an hyperbola from Geom2d.
|
||||
|
||||
class MakeEllipse;
|
||||
---Purpose: Makes an Ellipse from Geom2d.
|
||||
|
||||
class MakeParabola;
|
||||
---Purpose: Makes a parabola from Geom2d.
|
||||
|
||||
class MakeSegment;
|
||||
---Purpose: Makes a segment of Line (TrimmedCurve from Geom2d).
|
||||
|
||||
class MakeArcOfCircle;
|
||||
---Purpose: Makes an arc of circle (TrimmedCurve from Geom2d).
|
||||
|
||||
class MakeArcOfEllipse;
|
||||
---Purpose: Makes an arc of ellipse (TrimmedCurve from Geom2d).
|
||||
|
||||
class MakeArcOfParabola;
|
||||
---Purpose: Makes an arc of parabola (TrimmedCurve from Geom2d).
|
||||
|
||||
class MakeArcOfHyperbola;
|
||||
---Purpose: Makes an arc of hyperbola (TrimmedCurve from Geom2d).
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
-- Constructions of Transformation from Geom2d.
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
class MakeTranslation;
|
||||
---Purpose: Returns a translation transformation.
|
||||
|
||||
class MakeMirror;
|
||||
---Purpose: Returns a symmetry transformation.
|
||||
|
||||
class MakeRotation;
|
||||
---Purpose: Returns a rotation transformation.
|
||||
|
||||
class MakeScale;
|
||||
---Purpose: Returns a scaling transformation.
|
||||
|
||||
|
||||
end GCE2d;
|
||||
|
@@ -17,7 +17,7 @@
|
||||
class MakeCircle from GCE2d inherits Root from GCE2d
|
||||
|
||||
---Purpose : This class implements the following algorithms used
|
||||
-- to create Cirlec from Geom2d.
|
||||
-- to create Circle from Geom2d.
|
||||
--
|
||||
-- * Create a Circle parallel to another and passing
|
||||
-- though a point.
|
||||
|
@@ -17,7 +17,7 @@
|
||||
class MakeEllipse from GCE2d inherits Root from GCE2d
|
||||
|
||||
---Purpose :This class implements the following algorithms used to
|
||||
-- create Ellipse from gp.
|
||||
-- create Ellipse from Geom2d.
|
||||
-- * Create an Ellipse from two apex and the center.
|
||||
-- Defines an ellipse in 2D space.
|
||||
-- The parametrization range is [0,2*PI].
|
||||
|
Reference in New Issue
Block a user