CubicSplineCurve3d(KnotCollection, Point3dCollection, Vector3dCollection, Boolean) Constructor

Constructor for the CubicSplineCurve3d class. Creates a cubic spline curve according to the passed parameters.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public CubicSplineCurve3d(
        KnotCollection knots,
        Point3dCollection fitPoints,
        Vector3dCollection firstDerivatives,
        bool periodic
)

Parameters

knots  KnotCollection
[in] Knot vector.
fitPoints  Point3dCollection
[in] Array of fit points.
firstDerivatives  Vector3dCollection
[in] Array of first derivatives at the fit points.
periodic  Boolean
[in] Flag that specifies whether a cubic spline curve should be periodic (closed).
See Also

©  Bricsys NV. All rights reserved.