CubicSplineCurve3d.CubicSplineCurve3d(Point3dCollection) Constructor

Description

Constructs an interpolation cubic spline going through the fit points. The constructed spline is a closed curve.

Visual Basic

Public Sub New(
    points As Point3dCollection
)

C#

public CubicSplineCurve3d(
    Point3dCollection points
);

Parameters

Parameters Description
Point3dCollection points Input interpolating points

Links

CubicSplineCurve3d Class, Autodesk.AutoCAD.Geometry Namespace