Autodesk.AutoCAD.Geometry Namespace > CubicSplineCurve2d Class > CubicSplineCurve2d Constructor > CubicSplineCurve2d(Point2dCollection, Tolerance) Constructor
CubicSplineCurve2d.CubicSplineCurve2d(Point2dCollection, Tolerance) Constructor
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.

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 
Links
   Comments?