HyperWorks Desktop

*Mode()

Captures the selection mode for an exploded view.

*Mode()

Captures the selection mode for an exploded view.

Previous topic Next topic No expanding text in this topic  

*Mode()

Captures the selection mode for an exploded view.

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

Syntax

*Mode(mode, direction, scale)

Arguments

Name

Description

 

mode

The mode type.  Options include Translate, ModelCenter, and SelectionCenter.

 

direction

If mode is Translate, you must capture the axis for translation.

 

scale

The scaling factor.

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()

*Translate()

List of Session Statements