::hwat::utils::PositionSystemByTransform
Rotates and translates the system into the proper position/orientation using the transformation matrix.
Syntax
PositionSystemByTransform n_entID d_matrixList n_flag
Arguments
- n_entID
 - The ID of the system.
 - d_matrixList
 - Transform matrix.
 - n_flag
 - 1 -> to parent system
 
Returns
- Success
 - 1
 - Failure
 - {}
 
Example
::hwat::utils::PositionSystemByTransform 567 theMatrixList 0
        Comments
Orient a system to match the given cosine matrix.