Method that creates a new sketch ellipse.
Name | Type | Description |
CenterPoint | Object | Input object that defines the center point. This can be either a SketchPoint or Point2d object. In the case where a SketchPoint object is input, the ellipse will be attached to the point. |
MajorAxisVector | UnitVector2d | Input UnitVector2d that defines the direction of the major axis. |
MajorRadius | Double | Input Double that defines the major radius in centimeters. |
MinorRadius | Double | Input Double that defines the minor radius in centimeters. |