AcGeNurbCurve3d::AcGeNurbCurve3d Constructor (AcGeCurve3d&, double)   

AcGeNurbCurve3d(
    const AcGeCurve3d& curve, 
    double epsilon = AcGeContext::gTol.equalPoint()
);
Parameters
Parameters 
Description 
const AcGeCurve3d& curve 
Input generic 3D curve 
double epsilon = AcGeContext::gTol.equalPoint() 
Input approximation tolerance value 
Description

Constructs a cubic interpolation spline approximating curve with the distance of epsilon.

Links