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

@@ -61,11 +61,8 @@ end;
generic class ComputeLine, MyGradient;
---Purpose: Approximate a MultiLine with a cutting.
generic class ComputeCLine, MyLeastSquare;
---Purpose: Approximate a continous MultiLine with a cutting.
-- The Tool of the line is the tool from AppCont.
----------------------------------------------
---Algorithms for BSpline curves construction:
@@ -117,10 +114,7 @@ end;
(Function2d from AppCont, FunctionTool2d from AppCont);
class SameParameter from Approx ;
---Purpose: this makes a 3D curve from Adaptor3d and
-- a curve on surface to check and build a 2D
-- BSpline curve that has the same parameterisation
-- as the 3D curve.
class Array1OfAdHSurface instantiates Array1 from TCollection
(HSurface from Adaptor3d) ;
class HArray1OfAdHSurface instantiates HArray1 from TCollection
@@ -133,7 +127,6 @@ end;
-- class ApproxPoints from Approx ;
-- class ApproxPoints from Approx ;
---Purpose:
-- this approximates a series of points
-- Boundary conditions can be given as well
-- a given parameterisation

View File

@@ -17,7 +17,8 @@
generic class ComputeCLine from Approx
(MultiLine as any;
LineTool as any)
---Purpose: Approximate a continous MultiLine with a cutting.
-- The Tool of the line is the tool from AppCont.
uses ParametrizationType from Approx,
SequenceOfReal from TColStd,

View File

@@ -17,7 +17,7 @@
generic class ComputeLine from Approx
(MultiLine as any;
LineTool as any)
---Purpose: Approximate a MultiLine with a cutting.
uses ParametrizationType from Approx,
SequenceOfReal from TColStd,