CubicSplineCurve3d.CubicSplineCurve3d(Point3dCollection, Tolerance) Constructor

Visual Basic

Public Sub New(
    points As Point3dCollection, 
    tolerance As Tolerance
)

C#

public CubicSplineCurve3d(
    Point3dCollection points, 
    Tolerance tolerance
);

Parameters

Parameters Description
Point3dCollection points Input interpolating points
Tolerance tolerance Input tolerance object

Description

Constructs an interpolation cubic spline going through the fit points within tolerance specified by the tolerance object. The constructed spline is a closed curve.

Links

CubicSplineCurve3d Class, Autodesk.AutoCAD.Geometry Namespace