Get i-th Vector From Vector Group    

Retrieves the vector information of the i-th vector in a vector group.

 

Input Arguments

 

0

Collection Object Name

Vector Group Name

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

1

Integer

Vector Index

The index of the vector to retrieve.

 

Return Arguments

 

2

String

Vector Name

The name of the retrieved vector.

3

Vector

Begin in Working

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

4

Vector

End in Working

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

working coordinates.

5

Vector

Total Delta in Working

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

6

Vector

ijk Unit Vector in Working

The normalized (ijk) delta from the start to the

end of the vector, in working coordinates.

7

Double

Magnitude

The magnitude of the vector.

 

Returned Status

 

SUCCESS

The vector was retrieved successfully.

FAILURE

The vector group was not found, or an invalid index was supplied.

 

Remarks

None.