::hwat::utils::GetVectorsFromSystem - Extracts the X, Y, or Z vector of a system.
GetVectorsFromSystem n_sysID str_systemVector {b_globalSystem}
n_sysID |
ID of the HM system whose unit vectors X, Y, or Z components is requested. |
str_systemVector |
The vector component direction for the unit vector. Default value is "X". |
b_globalSystem |
OPTIONAL. Default = FALSE FALSE -> give the vector relative to the parent of n_sysID. |
A Tcl list containing the unit vector in the required direction. The order of the vector components is "tipx tipy tipz tailx taily tailz."
::hwat::utils:: GetVectorsFromSystem [list Assem1 Assem3 Assem6]