Get Vector From Vector Group By Name    

Retrieves vector information from a vector group by specifying the name of the vector.

 

Input Arguments

 

0

Collection Object Name

Vector Group Name

The name of the vector group in which the de- sired vector is located.

1

String

Vector Name

The name of the vector to retrieve.

 

Return Arguments

 

2

Vector

Begin in Working

The coordinates of the start (tail) of the vector, in working coordinates.

3

Vector

End in Working

The coordinates of the end (head) of the vector, in

working coordinates.

4

Vector

Total Delta in Working

The delta from the start to the end of the vector, in working coordinates.

5

Vector

ijk Unit Vector in Working

The normalized (ijk) delta from the start to the

end of the vector, in working coordinates.

6

Double

Magnitude

The magnitude of the vector.

 

Returned Status

 

SUCCESS

The vector was retrieved successfully.

FAILURE

The vector group or vector name was not found.

 

Remarks

None.