AcGeCubicSplineCurve3d::AcGeCubicSplineCurve3d

AcGeCubicSplineCurve3d(
    const AcGeKnotVector& knots, 
    const AcGePoint3dArray& fitPnts, 
    const AcGeVector3dArray& firstDerivs, 
    Adesk::Boolean isPeriodic = Adesk::kFalse
);
Parameters
Parameters 
Description 
const AcGeKnotVector& knots 
Input knot vector 
const AcGePoint3dArray& fitPnts 
Input interpolating points 
const AcGeVector3dArray& firstDerivs 
Derivatives to be interpolated by output spline isPeriodic 
Adesk::Boolean isPeriodic = Adesk::kFalse 
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