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