C++
GE_DLLEXPIMPORT AcGeNurbCurve3d( const AcGePoint3dArray& fitPoints, const AcGeTol& fitTolerance = AcGeContext::gTol );
Description
Constructs a 3D polynomial spline interpolating a given array if 3D points within given tolerance.
Parameters
| Parameters | Description |
|---|---|
| fitPoints | Input points interpolating the spline curve |
| fitTolerance | Input maximal deviation of the curve from the fitPoints |