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

Success
1
Failure
{}

Example

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

Comments