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

@@ -59,37 +59,18 @@ is
Array1 from TCollection (Mat from gp);
class MakeCurvefromApprox;
---Purpose: This class is used to create the curves ( 2d or
-- 3d) rational or not created by the class
-- ApproxAFunction from AdvApprox.
class Interpolate ;
---Purpose: this class compute the poles of a curve given some
-- parameters, points to interpolate and boundary conditions
-- in 3d
class DenominatorMultiplier ;
---Purpose: this defines an evaluator for a function of 2 variables
-- that will be used by CancelDenominatorDerivative in one
-- direction.
class DenominatorMultiplier ;
class CheckBSplineCurve ;
---Purpose: Checks for the end tangents : wether or not those
-- are reversed regarding the third or n-3rd control
--
--
class Check2dBSplineCurve ;
---Purpose: Checks for the end tangents : wether or not those
-- are reversed
class IsPlanarSurface;
class Tool;
---Purpose: provides various methods with Geom2d and Geom curves
--- and surfaces.
private class PolyFunc;

View File

@@ -16,9 +16,8 @@
class Check2dBSplineCurve from GeomLib
---Purpose: this class is used to construct the BSpline curve
-- from an Approximation ( ApproxAFunction from AdvApprox).
---Purpose: Checks for the end tangents : wether or not those
-- are reversed
uses
Pnt2d from gp,

View File

@@ -16,9 +16,8 @@
class CheckBSplineCurve from GeomLib
---Purpose: this class is used to construct the BSpline curve
-- from an Approximation ( ApproxAFunction from AdvApprox).
---Purpose: Checks for the end tangents : wether or not those
-- are reversed regarding the third or n-3rd control
uses
Pnt from gp,

View File

@@ -16,9 +16,9 @@
class DenominatorMultiplier from GeomLib
---Purpose: this class is used to construct the BSpline curve
-- from an Approximation ( ApproxAFunction from AdvApprox).
---Purpose: this defines an evaluator for a function of 2 variables
-- that will be used by CancelDenominatorDerivative in one
-- direction.
uses

View File

@@ -15,7 +15,8 @@
class Tool from GeomLib
---Purpose: The methods of this class compute the parameter(s) of a given point on a
---Purpose: Provides various methods with Geom2d and Geom curves and surfaces.
-- The methods of this class compute the parameter(s) of a given point on a
-- curve or a surface. The point must be located either
-- on the curve (surface) itself or relatively to the latter at
-- a distance less than the tolerance value.