HyperWorks Desktop

*BeginExplosion()

Indicates the beginning of an explosion block.

*BeginExplosion()

Indicates the beginning of an explosion block.

Previous topic Next topic No expanding text in this topic  

*BeginExplosion()

Indicates the beginning of an explosion block.

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

Syntax

*BeginExplosion(label, state)

Arguments

Name

Description

label

Label of the user defined explosion set.

state

On - Enables explosion.

Off - Disables explosion.

Substatements

*Mode()

*Translate()

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.

Comments

This block captures your selections from the Exploded View panel in HyperView.

See also

 

*EndExplosion()

*Mode()

*Translate()

List of Session Statements