Gets all of the data defining the arc.
"arc3D_var" is a variable referencing an Arc3D object. |
|
| Type | Description |
| boolean | Returns true if successful |
| Name | Type | Description |
| center | Point3D | The output center point of the arc. |
| normal | Vector3D | The output normal vector. |
| referenceVector | Vector3D | The output reference vector. |
| radius | double | The output radius of the arc. |
| startAngle | double | The output start angle in radians. This angle is measured from the reference vector using the right hand rule around the normal vector. |
| endAngle | double | The output end angle in radians. This angle is measured from the reference vector using the right hand rule around the normal vector. |
| Name | Description |
| Get Circle and Arc Data from Edge API Sample | Display the arc and circle geometric information from a selected circular edge. |