CubicSplineCurve3d.CubicSplineCurve3d Constructor (Point3dCollection)

Visual Basic
Public Sub New(
    points As Point3dCollection
)
C#
public CubicSplineCurve3d(
    Point3dCollection points
);
Parameters
Parameters 
Description 
Point3dCollection points 
Input interpolating points 
Description

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

Links