Creates a transient 3D polyline using an array of Point3D objects that defines the position of the polyline vertices.
This is a static method.
|
This is a static method.
|
Type | Description |
Polyline3D | Returns the created Polyline3D object or null if the creation failed. |
Name | Type | Description |
points | Point3D[] | An array of Point3D objects that define the coordinates of the curve. |