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
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. |