mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-25 17:43:48 +08: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:
@@ -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
|
||||
--
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user