::hwat::utils::TranslateNodes - Translates the node(s) in the x, y, or z direction.
::hwat::utils::TranslateNodes {List of nodes} Distance Xtranslation Ytranslation Ztranslation
node |
Tcl list of nodes. |
Distance |
The distance by which to translate the nodes. |
Xtranslation |
Magnitude to translate in the x direction. |
Ytranslation |
Magnitude to translate in the y direction. |
Ztranslation |
Magnitude to translate in the z direction. |
Returns 1 if successful, “{}” otherwise.
TranslateNode [list 1 2 3 ] 10 100 250 0