AcGeNurbCurve3d( const AcGePoint3dArray& fitPoints, const AcGeTol& fitTolerance = AcGeContext::gTol );
|
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 |
Constructs a 3D polynomial spline interpolating a given array if 3D points within given tolerance.