CubicSplineCurve3d(Point3dCollection, Tolerance) Constructor

Constructor for the CubicSplineCurve3d class. Creates a cubic spline curve with the passed points.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public CubicSplineCurve3d(
        Point3dCollection points,
        Tolerance tolerance
)

Parameters

points  Point3dCollection
[in] Array of points.
tolerance  Tolerance
[in] Geometric tolerance.
See Also

©  Bricsys NV. All rights reserved.