Retrieves the vector information of the i-th vector in a vector name ref list.
Input Arguments
0 |
Vector Name Ref List |
Vector Name List |
The name of the vector name ref list in which the desired vector is located. |
1 |
Integer |
Vector Index |
The index of the vector to retrieve. |
|
|
|
|
Return Arguments
2 |
Collection Object Name |
Vector Group Name |
The vector group where the vector is located. |
3 |
String |
Vector Name |
The name of the retrieved vector. |
4 |
Vector |
Begin in Working |
The coordinates of the start (tail) of the vector, in working coordinates. |
5 |
Vector |
End in Working |
The coordinates of the end (head) of the vector, in working coordinates. |
6 |
Vector |
Total Delta in Working |
The delta from the start to the end of the vector, in working coordinates. |
7 |
Vector |
ijk Unit Vector in Working |
The normalized (ijk) delta from the start to the end of the vector, in working coordinates. |
8 |
Double |
Magnitude |
The magnitude of the vector. |
9 |
Color |
Vector Color |
The vector color in the current colorization. |
Returned Status
SUCCESS |
The vector was retrieved successfully. |
FAILURE |
The vector name ref list was not found, or an invalid index was supplied. |
Remarks
None.