AcGeCubicSplineCurve3d::AcGeCubicSplineCurve3d

AcGeCubicSplineCurve3d(
    const AcGePoint3dArray& fitPnts, 
    const AcGeTol& tol = AcGeContext::gTol
);
Parameters
Parameters 
Description 
const AcGePoint3dArray& fitPnts 
Input interpolating points 
const AcGeTol& tol = AcGeContext::gTol 
Input tolerance object 
Description

Constructs an interpolation cubic closed spline going through the fit points within tolerance specified by the tol object. 

 

Links