Method that creates a new sketch circle at a specified location and radius.
Name | Type | Description |
CenterPoint | Object | Input object that defines the center point. This can currently only be a Point object. |
Normal | UnitVector | Input UnitVector that defines the normal of the circle. |
Radius | Double | Input Double that defines the radius of the circle in centimeters |