::hwat::utils::TranslateSystem
Translate the given system.
Syntax
TranslateSystem systemid distance i j k
Arguments
- systemid
- The ID of the system to translate.
- distance
- The distance to translate the system by.
- i
- x component of the vector to translate the system along.
- j
- y component of the vector to translate the system along.
- k
- z component of the vector to translate the system along.
Returns
- Success
- 1
- Failure
- {}
Example
::hwat::utils::TranslateSystem 102 100.0 1.0 0.0 0.0