NurbCurve2d(Point2dCollection) Constructor

Constructor for the NurbCurve2d class. Constructs a 2D curve interpolating a given array of 2D points.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public NurbCurve2d(
        Point2dCollection fitPoints
)

Parameters

fitPoints  Point2dCollection
[in] Array of 2D points through which to fit the curve.
See Also

©  Bricsys NV. All rights reserved.