AcGeNurbCurve3d::AcGeNurbCurve3d

AcGeNurbCurve3d(
    const AcGePoint3dArray& fitPoints, 
    const AcGeTol& fitTolerance = AcGeContext::gTol
);
Parameters
Parameters 
Description 
const AcGePoint3dArray& fitPoints 
Input points interpolating the spline curve 
const AcGeTol& fitTolerance = AcGeContext::gTol 
Input maximal deviation of the curve from the fitPoints 
Description

Constructs a 3D polynomial spline interpolating a given array if 3D points within given tolerance. 

 

Links