HyperWorks Tools

::hwat::utils::ReflectEntity

::hwat::utils::ReflectEntity

Previous topic Next topic No expanding text in this topic  

::hwat::utils::ReflectEntity

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

NAME

::hwat::utils::ReflectEntity - Reflect the given entity.

 

SYNTAX

::hwat::utils::ReflectEntity idList type x-axis y-axis z-axis origin-x origin-y origin-z

 

ARGUMENTS

idList

The ID or list of IDs of the entity type to reflect.

type

The type of the entity.

x-axis

x component of the axis about which to reflect the entity.

y-axis

y component of the axis about which to reflect the entity.

z-axis

z component of the axis about which to reflect the entity.

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 is successful, {} is unsuccessful.

 

EXAMPLE

::hwat::utils::ReflectEntity [list 102 103 104] nodes 1.0 0.0 0.0 0.0 0.0 0.0

 

 

See also

Utils Functions