Creates a transient 2D polyline using an array of Point2D objects that defines the position of the polyline vertices.
This is a static method. |
This is a static method. |
| Type | Description |
| Polyline2D | Returns the created Polyline2D object. |
| Name | Type | Description |
| points | Point2D[] | An array of Point2D objects that define the coordinates of the curve. |