Sets all of the data defining the arc.
"arc3D_var" is a variable referencing an Arc3D object.
|
"arc3D_var" is a variable referencing an Arc3D object.
|
Type | Description |
boolean | Returns true if successful |
Name | Type | Description |
center | Point3D | The center point of the arc. |
normal | Vector3D | The normal vector of the arc. The plane perpendicular to this normal at the center point is the plane of the arc. |
referenceVector | Vector3D | A reference vector from which the start and end angles are measured from. This vector must be perpendicular to the normal vector. |
radius | double | The radius of the arc. |
startAngle | double | The start angle in radians. This angle is measured from the reference vector using the right hand rule around the normal vector. |
endAngle | double | The end angle in radians. This angle is measured from the reference vector using the right hand rule around the normal vector. |