C++
GE_DLLEXPIMPORT AcGeCubicSplineCurve2d( const AcGePoint2dArray& fitPnts, const AcGeTol& tol = AcGeContext::gTol );
Description
Constructs an interpolation cubic spline going through the fit points within tolerance specified by the tol object. The constructed spline is a closed curve.
Parameters
| Parameters | Description |
|---|---|
| fitPnts | Input interpolating points |
| tol | Input tolerance object |