Get Point Properties    

Obtains the offset and uncertainty values for a specified point.

 

Input Arguments

 

0

Point Name

Point Name

The name of the point whose properties should be retrieved.

 

Return Arguments

 

1

Double

Planar Offset

The planar offset of the point.

2

Double

Radial Offset

The radial offset of the point.

3

Double

Ux

The x-component of uncertainty for the point.

4

Double

Uy

The y-component of uncertainty for the point.

5

Double

Uz

The z-component of uncertainty for the point.

6

Double

Umag

The magnitude of uncertainty for the point.

7

Vector Tolerance

Position Tolerance

The position tolerance of the point.

8

Vector

Component Weights

The weights for the point.

 

Returned Status

 

SUCCESS

The point’s properties 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.