Constructs an interpolation cubic spline going through the fit points. The constructed spline is a closed curve.
Public Sub New(
fitPoints As Point2dCollection
)
public CubicSplineCurve2d(
Point2dCollection fitPoints
);
| Parameters | Description |
|---|---|
| Point2dCollection fitPoints | Input interpolating points |
CubicSplineCurve2d Class, Autodesk.AutoCAD.Geometry Namespace