TransientGeometry.CreateLine2d Method
Parent Object: TransientGeometryDescription
Method that creates a new Line2d object. A Line2d object is infinite. The object created is a transient mathematical object and is not displayed graphically
Syntax
TransientGeometry.CreateLine2d( RootPoint As Point2d, Direction As UnitVector2d ) As Line2dParameters
Name | Type | Description |
RootPoint | Point2d | Input Point2d object that specifies the root point of the line. |
Direction | UnitVector2d | Input UnitVector2d object that specifies the direction of the line. |