HyperWorks Tools

::hwat::utils::TranslateNodes

::hwat::utils::TranslateNodes

Previous topic Next topic No expanding text in this topic  

::hwat::utils::TranslateNodes

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

NAME

::hwat::utils::TranslateNodes - Translates the node(s) in the x, y, or z direction.

 

SYNTAX

::hwat::utils::TranslateNodes {List of nodes} Distance Xtranslation Ytranslation Ztranslation

 

ARGUMENTS

node

Tcl list of nodes.

Distance

The distance by which to translate the nodes.

Xtranslation

Magnitude to translate in the x direction.

Ytranslation

Magnitude to translate in the y direction.

Ztranslation

Magnitude to translate in the z direction.

 

RETURNS

Returns 1 if successful, “{}” otherwise.

 

EXAMPLE

TranslateNode [list 1 2 3 ] 10 100 250 0

 

 

See also

Utils Functions