Sets all of the data defining the arc.
"arc2D_var" is a variable referencing an Arc2D object. |
"arc2D_var" is a variable referencing an Arc2D object. |
| Type | Description |
| boolean | Returns true if redefining the arc is successful |
| Name | Type | Description |
| center | Point2D | A Point2D object defining the center position of the arc. |
| radius | double | The radius of the arc. |
| startAngle | double | The start angle of the arc in radians, where 0 is along the x axis. |
| endAngle | double | The end angle of the arc in radians, where 0 is along the x axis. |
| isClockwise | boolean | Indicates if the sweep direction is clockwise or counterclockwise. |