Share

AcGeCubicSplineCurve3d Constructor

Overload List

Method Description
AcGeCubicSplineCurve3d::AcGeCubicSplineCurve3d () Default constructor. Initializes with an empty point list.
AcGeCubicSplineCurve3d::AcGeCubicSplineCurve3d (AcGeCubicSplineCurve3d&) Constructs spline identical to the input spline.
AcGeCubicSplineCurve3d::AcGeCubicSplineCurve3d (AcGeCurve3d&, double) Constructs a cubic interpolation spline approximating curve within the distance of epsilon.
AcGeCubicSplineCurve3d::AcGeCubicSplineCurve3d (AcGeKnotVector&, AcGePoint3dArray&, AcGeVector3dArray&, Adesk::Boolean) Constructs an interpolation cubic spline with an input knot vector going through the fit points and the fit derivatives within the tolerance specified by the tol object.
AcGeCubicSplineCurve3d::AcGeCubicSplineCurve3d (AcGePoint3dArray&, AcGeTol&) Constructs an interpolation cubic closed spline going through the fit points within tolerance specified by the tol object.
AcGeCubicSplineCurve3d::AcGeCubicSplineCurve3d (AcGePoint3dArray&, AcGeVector3d&, AcGeVector3d&, AcGeTol&) Constructs an interpolation cubic spline going through the fit points within tolerance specified by the tol object. The constructed spline has start and end derivatives specified by the input data.

Was this information helpful?