PolylineCurve3d(KnotCollection, Point3dCollection) Constructor

Constructor for the PolylineCurve3d class. Creates a polyline with the specified knots and point values.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public PolylineCurve3d(
        KnotCollection knots,
        Point3dCollection controlPoints
)

Parameters

knots  KnotCollection
[in] Knot vector.
controlPoints  Point3dCollection
[in] Array of 3D points with which a polyline is constructed.
See Also

©  Bricsys NV. All rights reserved.