HyperWorks Tools

::hwat::utils::TranslateEntity

::hwat::utils::TranslateEntity

Previous topic Next topic No expanding text in this topic  

::hwat::utils::TranslateEntity

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

NAME

::hwat::utils::TranslateEntity - Translates the entity (list of entity IDs) in the x, y, or z direction.

 

SYNTAX

TranslateEntity entityList type Xtranslation Ytranslation Ztranslation

 

ARGUMENTS

entityList

A Tcl list of entity IDs.

type

The type of the entity.

Xtranslation

X vector of translation

Ytranslation

Y vector of translation

Ztranslation

Z vector of translation.

 

RETURNS

Returns 1 if successful, "{}" otherwise.

 

EXAMPLE

TranslateEntity [list 1 2 3 4 5 ] comps 100 250 0

 

 

See also

Utils Functions