Method that creates a new sketch circle passing through the three input points. The three points are any three points along the perimeter of the desired circle.
| Name | Type | Description |
| PointOne | Point2d | Input that defines the first point along the circle. |
| PointTwo | Point2d | Input that defines the second point along the circle. |
| PointThree | Point2d | Input that defines the third point along the circle. |