Line2D.create Method
Parent Object: Line2DDefined in namespace "adsk::core" and the header file is <Core/Geometry/Line2D.h>
Description
Creates a transient line.
Syntax
Return Value
| Type | Description |
| Line2D | Returns the new Line2D object or null if the creation failed. |
Parameters
| Name | Type | Description |
| startPoint | Point2D | The start point of the line |
| endPoint | Point2D | The end point of the line |
