Share

AcGeNurbCurve3d::AcGeNurbCurve3d

C++

GE_DLLEXPIMPORT AcGeNurbCurve3d(
    int degree, 
    const AcGePolyline3d& fitPolyline, 
    Adesk::Boolean isPeriodic = Adesk::kFalse
);

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.

Parameters

Parameters Description
degree Input degree of spline
fitPolyline Input polyline whose fit points are interpolated by the spline curve
isPeriodic Input flag indicating if spline is a closed curve

Links

AcGeNurbCurve3d

Was this information helpful?