CubicSplineCurve3d(KnotCollection, Point3dCollection, Vector3dCollection, Boolean) Constructor

Initializes a new instance of the CubicSplineCurve3d class

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

Parameters

knots  KnotCollection
 
fitPoints  Point3dCollection
 
firstDerivatives  Vector3dCollection
 
periodic  Boolean
 
See Also

©  Bricsys NV. All rights reserved.