HyperWorks Tools

::hwat::utils::TranslateSystem

::hwat::utils::TranslateSystem

Previous topic Next topic No expanding text in this topic  

::hwat::utils::TranslateSystem

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

NAME

::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

1 if successful , "{}" if unsuccessful.

 

EXAMPLE

::hwat::utils::TranslateSystem 102 100.0 1.0 0.0 0.0

 

 

See also

Utils Functions