Creates a transient 3D polyline using an array of floating point values that specify the X, Y, Z coordinates for each point.
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 |
pointCoordinates | double[] | An array of floating point values that define the X, Y, Z coordinates of each point in the polyline. |