AcGeCubicSplineCurve3d::AcGeCubicSplineCurve3d

C++
AcGeCubicSplineCurve3d(
    const AcGeKnotVector& knots, 
    const AcGePoint3dArray& fitPnts, 
    const AcGeVector3dArray& firstDerivs, 
    Adesk::Boolean isPeriodic = Adesk::kFalse
);
Parameters
Parameters 
Description 
knots 
Input knot vector 
fitPnts 
Input interpolating points 
firstDerivs 
Derivatives to be interpolated by output spline isPeriodic 
isPeriodic 
Output spline 
Description

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.  

 

Links