Creates an elliptical sketch arc where the sweep of the arc is defined by the start and sweep angles.
| centerPoint |
Base |
The center point of the ellipse. This can be either an existing SketchPoint or a Point3D object. |
| majorAxis |
Vector3D |
The direction of the major axis. The magnitude of this vector defines the major radius. |
| minorAxis |
Vector3D |
The direction of the minor axis. The magnitude of this vector defines the minor radius. This vector should be perpendicular to the major axis. |
| startAngle |
double |
The start angle of the elliptical arc in radians, where 0 is along the major axis. |
| sweepAngle |
double |
The sweep angle of the elliptical arc in radians, where a positive value is counterclockwise. |