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

@@ -44,25 +44,11 @@ is
class BSplineCurveKnotSplitting;
--- Purpose :
-- This algorithm searches the knot values corresponding to the
-- splitting of a given B-spline curve into several arcs with
-- the same continuity. The continuity order is given at the
-- construction time. It is possible to compute the curve arcs
-- corresponding to this splitting with the method of package
-- SplitBSplineCurve.
class BSplineCurveToBezierCurve;
--- Purpose :
-- This algorithm converts a B-spline curve from the package Geom
-- into several Bezier curves.
class CompCurveToBSplineCurve;
--- Purpose :
-- This algorithm converts and concat sevral curve in a
-- B-spline curve.
class ApproxCurve;
---Purpose : -- Convert a curve to BSpline by Approximation
--

View File

@@ -22,7 +22,8 @@ class BSplineCurveKnotSplitting from Geom2dConvert
-- If you require curves with a minimum continuity for
-- your computation, it is useful to know the points
-- between which an arc has a continuity of a given
-- order. For a BSpline curve, the discontinuities are
-- order. The continuity order is given at the construction time.
-- For a BSpline curve, the discontinuities are
-- localized at the knot values. Between two knot values
-- the BSpline is infinitely and continuously
-- differentiable. At a given knot, the continuity is equal

View File

@@ -16,7 +16,7 @@
class CompCurveToBSplineCurve from Geom2dConvert
---Purpose: Concat sevral curve in an BSplineCurve
---Purpose: This algorithm converts and concat several curve in an BSplineCurve
uses
ParameterisationType from Convert,