Gets all of the data defining the elliptical arc.
"ellipticalArc2D_var" is a variable referencing an EllipticalArc2D object.
|
|
Type | Description |
boolean | Returns true if successful |
Name | Type | Description |
center | Point2D | The output center point of the elliptical arc. |
majorAxis | Vector2D | The output major axis of the elliptical arc. |
majorRadius | double | The output major radius of the of the elliptical arc. |
minorRadius | double | The output minor radius of the of the elliptical arc. |
startAngle | double | The output start angle of the elliptical arc in radians, where 0 is along the major axis. |
endAngle | double | The output end angle of the elliptical arc in radians, where 0 is along the major axis. |