HyperWorks Desktop

*UndeformedMode()

Specifies the display mode of the deformation that occurs on the model.

*UndeformedMode()

Specifies the display mode of the deformation that occurs on the model.

Previous topic Next topic No expanding text in this topic  

*UndeformedMode()

Specifies the display mode of the deformation that occurs on the model.

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

Syntax

*UndeformedMode(mode)

Argument

Name

Description

 

mode

The display mode type.  Options include none, features, wireframe, or edges.

Example

*BeginDeformed()

   *ScaleMode(ModelPercent)

   *Scale(1, 3, 4)

   *ResolvedInSystem(-1)

   *ResultType(displacement)

   *UndeformedMode(Features)

   *UndeformedColor(meshcolor)

   *UndeformedTracking(off)

*EndDeformed()

Application

HyperView.

See also

 

*BeginDeformed()

List of Session Statements