Description
Default constructor. Initializes with an empty points list.
C#
public CubicSplineCurve2d(); public CubicSplineCurve2d( KnotCollection knots, Point2dCollection fitPoints, Vector2dCollection firstDerivatives, [MarshalAs(UnmanagedType.U1)] bool periodic );
Visual Basic
Public Sub New() Public Sub New( knots As KnotCollection, fitPoints As Point2dCollection, firstDerivatives As Vector2dCollection, periodic As [MarshalAs(UnmanagedType.U1)] bool )
Links
CubicSplineCurve2d Class, Autodesk.AutoCAD.Geometry Namespace