Method that creates a new EllipticalArc object. The object created is a transient mathematical object and is not displayed graphically
Name | Type | Description |
Center | Point | Input Point object that specifies the center of the elliptical arc. |
MajorAxis | UnitVector | Input UnitVector object that specifies the direction of the major axis of the elliptical arc. |
MinorAxis | UnitVector | Input UnitVector object that specifies the direction of the minor axis of the elliptical arc. |
MajorRadius | Double | Input Double that specifies the major radius of the elliptical arc. |
MinorRadius | Double | Input Double that specifies the minor radius of the elliptical arc. |
StartAngle | Double | Input Double that specifies start angle of the elliptical arc. The start angle is measured from the major axis vector using the right\-hand rule about the axis vector. |
SweepAngle | Double | Input Double that specifies the sweep angle from the start angle in a direction defined using the right\-hand rule about the axis vector. |