Sets all of the data defining the elliptical arc.
"ellipticalArc3D_var" is a variable referencing an EllipticalArc3D object.
|
"ellipticalArc3D_var" is a variable referencing an EllipticalArc3D object.
|
Type | Description |
boolean | Returns true if successful. |
Name | Type | Description |
center | Point3D | The center point of the elliptical arc. |
normal | Vector3D | The normal vector of the elliptical arc. |
majorAxis | Vector3D | The major axis of the elliptical arc. |
majorRadius | double | The major radius of the of the elliptical arc. |
minorRadius | double | The minor radius of the of the elliptical arc. |
startAngle | double | The start angle of the elliptical arc in radians, where 0 is along the major axis. |
endAngle | double | The end angle of the elliptical arc in radians, where 0 is along the major axis. |