HyperWorks Tools

::hwat::utils::RotateSystem

::hwat::utils::RotateSystem

Previous topic Next topic No expanding text in this topic  

::hwat::utils::RotateSystem

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

NAME

::hwat::utils::RotateSystem - Rotate the given system.

 

SYNTAX

::hwat::utils::RotateSystem systemid angle x-axis y-axis z-axis origin-x origin-y origin-z

 

ARGUMENTS

systemid

The ID of the system to rotate.

angle

The angle in degrees by which to rotate the system.

x-axis

x component of the axis about which to rotate the system.

y-axis

y component of the axis about which to rotate the system.

z-axis

z component of the axis about which to rotate the system.

origin-x

x-coordinate of the origin of the axis.

origin-y

y-coordinate of the origin of the axis.

origin-z

z-coordinate of the origin of the axis.

 

RETURNS

1 if successful ,  {} if unsuccessful.

 

EXAMPLE

::hwat::utils::RotateSystem 102 –45 1.0 0.0 0.0 0.0 0.0 0.0

 

Comments

The system is rotated relative to its previous position.

 

 

See also

Utils Functions