Retrieves the properties of a circle.
Input Arguments
0 |
Collection Object Name |
Circle Name |
The name of the circle to retrieve. |
Return Arguments
1 |
Vector |
Center Coordinate |
The coordinate of the center of the circle, in the active coordinate frame. |
2 |
Vector |
Normal Direction |
The direction of the normal of the circle. |
3 |
Double |
Radius |
The radius of the circle. |
4 |
Double |
Diameter |
The diameter of the circle. |
Returned Status
SUCCESS |
The circle properties were retrieved successfully. |
FAILURE |
The specified circle was not found. |
Remarks
None.