CubicSplineCurve2d.CubicSplineCurve2d(Point2dCollection, Tolerance) Constructor

Visual Basic

Public Sub New(
    fitPoints As Point2dCollection, 
    tolerance As Tolerance
)

C#

public CubicSplineCurve2d(
    Point2dCollection fitPoints, 
    Tolerance tolerance
);

Parameters

Parameters Description
Point2dCollection fitPoints Input interpolating points
Tolerance tolerance Input tolerance object

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.

Links

CubicSplineCurve2d Class, Autodesk.AutoCAD.Geometry Namespace