Creates a transient 2D arc by specifying 3 points. A transient arc is not displayed or saved in a document. Transient arcs are used as a wrapper to work with raw 2D arc information.
This is a static method. |
This is a static method. |
| Type | Description |
| Arc2D | Returns the newly created arc or null if the creation failed. |
| Name | Type | Description |
| startPoint | Point2D | The start point of the arc. |
| point | Point2D | A point along the arc. |
| endPoint | Point2D | The end point of the arc. |