Method that creates a new Arc2d object by three points. The object created is a transient mathematical object and is not displayed graphically.
Name | Type | Description |
PointOne | Point2d | First of three points. |
PointTwo | Point2d | Second of three points. |
PointThree | Point2d | Third of three points. |