1
0
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:
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

@@ -32,19 +32,13 @@ uses
is
class Curve;
---Purpose: creation of the loaded curve the curve is C1 by piece.
-- Inherits Curve from Adaptor3d
class Surface;
---Purpose: creation of the loaded surface the surface is C1 by piece
-- Inherits Surface from Adaptor3d
private class GHSurface instantiates GenHSurface from Adaptor3d
(Surface from GeomAdaptor);
class HSurface;
---Purpose: Inherited from GHSurface. Provides a surface
-- handled by reference.
private class GHCurve instantiates GenHCurve from Adaptor3d
(Curve from GeomAdaptor);

View File

@@ -18,7 +18,8 @@ class Curve from GeomAdaptor inherits Curve from Adaptor3d
---Purpose: This class provides an interface between the services provided by any
-- curve from the package Geom and those required of the curve by algorithms which use it.
-- Creation of the loaded curve the curve is C1 by piece.
uses Vec from gp,
Pnt from gp,
Circ from gp,

View File

@@ -19,6 +19,7 @@ class HSurface from GeomAdaptor inherits GHSurface from GeomAdaptor
---Purpose: An interface between the services provided by any
-- surface from the package Geom and those required
-- of the surface by algorithms which use it.
-- Provides a surface handled by reference.
uses
Surface from Geom,

View File

@@ -19,7 +19,7 @@ class Surface from GeomAdaptor inherits Surface from Adaptor3d
---Purpose: An interface between the services provided by any
-- surface from the package Geom and those required
-- of the surface by algorithms which use it.
-- Creation of the loaded surface the surface is C1 by piece
uses
Pnt from gp,
Vec from gp,