TransientGeometry.CreatePolyline3d Method
Parent Object: TransientGeometryDescription
Method that creates a new Polyline3d object. The object created is a transient mathematical object and is not displayed graphically
Syntax
TransientGeometry.CreatePolyline3d( Points As Variant ) As Polyline3dParameters
Name | Type | Description |
Points | Variant | Input Variant that defines the coordinates of the polyline. Valid input for this argument is an ObjectCollection of Point objects or an array of Double values that contains the X, Y, Z values of each coordinate. |