Method that creates a new sketch circle passing through the three input points.
Name | Type | Description |
StartPoint | Object | Input Point that defines the first point along the circle. |
MidPoint | Object | Input Point that defines the second point along the circle. |
EndPoint | Object | Input Point that defines the third point along the circle. |