Retrieves the properties of the specified ellipse.
Input Arguments
0 |
Collection Object Name |
Ellipse Name |
The name of the ellipse to retrieve. |
Return Arguments
1 |
Vector |
Center Coordinate |
The coordinate of the center of the ellipse in the working coordinate frame. |
2 |
Vector |
Normal Direction |
The normalized vector representing the direction of the ellipse. |
3 |
Double |
Major Axis Radius |
The major (larger) axis radius value. |
4 |
Double |
Minor Axis Radius |
The minor (smaller) axis radius value. |
Returned Status
SUCCESS |
The ellipse properties were retrieved successfully. |
FAILURE |
The specified ellipse was not found. |
Remarks
None.