Method that creates a new sketch elliptical arc.
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. |
StartAngle |
Double |
Input Double that defines the start angle in radians. The start angle is defined with respect to the major axis. |
SweepAngle |
Double |
Input Double that defines the sweep angle in radians. The sweep is in a counter-clockwise direction from the start angle. |