Coordinate    

Obtains the coordinate of a specified point in the active coordinate frame, represented in Cartesian 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

X Value

The X-coordinate of the point.

3

Double

Y Value

The Y-coordinate of the point.

4

Double

Z Value

The Z-coordinate of the point.

 

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.