HyperWorks Desktop

*Translate()

Indicates the entity being translated during the explosion.

*Translate()

Indicates the entity being translated during the explosion.

Previous topic Next topic No expanding text in this topic  

*Translate()

Indicates the entity being translated during the explosion.

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

Syntax

*Translate(entity, id, x, y, z)

Arguments

Name

Description

 

entity

Only components can be exploded.

 

id

The entity ID.

 

x

The X axis value in 3D space.

 

y

The Y axis value in 3D space.

 

z

The Z axis value in 3D space.

Example

*BeginExplosion("Explosion 2", "On")

   *Mode("SelectionCenter", 1, 3, 2)

   *Translate("Part", 2, 0, 17.8032, 8.38344)

   *Translate("Part", 3, 0, 5.68086, -1.15869)

*EndExplosion()

Application

HyperView.

See also

 

*BeginExplosion()

*EndExplosion()

*Mode()

List of Session Statements