AcGeNurbCurve3d::AcGeNurbCurve3d

AcGeNurbCurve3d(
    int degree, 
    const AcGePolyline3d& fitPolyline, 
    Adesk::Boolean isPeriodic = Adesk::kFalse
);
Parameters
Parameters 
Description 
int degree 
Input degree of spline 
const AcGePolyline3d& fitPolyline 
Input polyline whose fit points are interpolated by the spline curve 
Adesk::Boolean isPeriodic = Adesk::kFalse 
Input flag indicating if spline is a closed curve 
Description

Constructs a 3D rational spline by a degree and fit points provided by a polyline. If isPeriodic is Adesk::kTrue then the first and the last fitPoints from fitPolyLine must be identical.

Links