Autodesk.AutoCAD.Geometry Namespace > CubicSplineCurve3d Class > CubicSplineCurve3d Constructor > CubicSplineCurve3d() Constructor
CubicSplineCurve3d.CubicSplineCurve3d() Constructor
Description

Default constructor. Initializes with an empty point list.

Visual Basic
Public Sub New()
Public Sub New(
    knots As KnotCollection, 
    fitPoints As Point3dCollection, 
    firstDerivatives As Vector3dCollection, 
    periodic As [MarshalAs(UnmanagedType.U1)] bool
)
C#
public CubicSplineCurve3d();
public CubicSplineCurve3d(
    KnotCollection knots, 
    Point3dCollection fitPoints, 
    Vector3dCollection firstDerivatives, 
    [MarshalAs(UnmanagedType.U1)] bool periodic
);
Links
   Comments?