CubicSplineCurve3d Constructor

Overload List

Method Description
CubicSplineCurve3d.CubicSplineCurve3d () Default constructor. Initializes with an empty point list.
CubicSplineCurve3d.CubicSplineCurve3d (Curve3d, double) Constructs a cubic interpolation spline approximating curve with the distance of epsilon.
CubicSplineCurve3d.CubicSplineCurve3d (KnotCollection, Point3dCollection, Vector3dCollection, [MarshalAs(UnmanagedType.U1)] bool) Default constructor. Initializes with an empty point list.
CubicSplineCurve3d.CubicSplineCurve3d (Point3dCollection) Constructs an interpolation cubic spline going through the fit points. The constructed spline is a closed curve.
CubicSplineCurve3d.CubicSplineCurve3d (Point3dCollection, Tolerance) Constructs an interpolation cubic spline going through the fit points within tolerance specified by the tolerance object. The constructed spline... more
CubicSplineCurve3d.CubicSplineCurve3d (Point3dCollection, Vector3d, Vector3d) Constructs an interpolation cubic spline going through the fit points. The constructed spline has start and end derivative specified by... more
CubicSplineCurve3d.CubicSplineCurve3d (Point3dCollection, Vector3d, Vector3d, Tolerance) Constructs an interpolation cubic spline going through the fit points within tolerance specified by the tolerance object. The constructed spline... more