HyperWorks Tools

::hwat::utils::PositionSystemByTransform

::hwat::utils::PositionSystemByTransform

Previous topic Next topic No expanding text in this topic  

::hwat::utils::PositionSystemByTransform

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME

::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.
0 -> to global system.

 

RETURNS

{} – on error, 1 – on success

 

EXAMPLE

::hwat::utils::PositionSystemByTransform 567 theMatrixList 0

 

Comments

Orient a system to match the given cosine matrix.

 

See also

Utils Functions