Description
Constructs a polyline with the specified fit points.
Visual Basic
Public Sub New( points As Point3dCollection )
C#
public PolylineCurve3d( Point3dCollection points );
Parameters
Parameters | Description |
---|---|
Point3dCollection points | Input collection of fit points |