HyperWorks Desktop

*ScaleMode()

Specifies the scaling setting used to display the deformation on the mode.

*ScaleMode()

Specifies the scaling setting used to display the deformation on the mode.

Previous topic Next topic No expanding text in this topic  

*ScaleMode()

Specifies the scaling setting used to display the deformation on the mode.

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

Syntax

*ScaleMode(mode)

Argument

Name

Description

 

mode

The scaling mode. Options include model percent, scale factor, or model units.

Example

*BeginDeformed()

   *ScaleMode(ModelPercent)

   *Scale(1, 3, 4)

   *ResolvedInSystem(-1)

   *ResultType(displacement)

   *UndeformedMode(Features)

   *UndeformedColor(meshcolor)

   *UndeformedTracking(off)

*EndDeformed()

Application

HyperView.

See also

 

*Scale()

List of Session Statements