Obtains the coordinate of a specified point in the active coordinate frame, represented in Polar coordinates.
Input Arguments
0 |
Point Name |
Point Name |
The name of the point whose coordinates should be retrieved. |
Return Arguments
1 |
Vector |
Vector Representation |
The coordinates of the specified point, represent- ed in vector (XYZ) format. |
2 |
Double |
Radius Value |
The radius of the point. |
3 |
Double |
Theta Value |
The theta value of the point (in decimal degrees). |
4 |
Double |
Phi Value |
The phi value of the point (in decimal degrees). |
Returned Status
SUCCESS |
The point’s coordinates were retrieved successfully. |
FAILURE |
The specified point could not be found. |
Remarks
Note that since this command fails if the point does not exist, this command can be used to determine if a point exists.