HyperWorks Desktop

*DisplayMode()

Indicates the display mode criteria for selecting how model elements are displayed.

*DisplayMode()

Indicates the display mode criteria for selecting how model elements are displayed.

Previous topic Next topic No expanding text in this topic  

*DisplayMode()

Indicates the display mode criteria for selecting how model elements are displayed.

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

Syntax

*DisplayMode(mode)

Arguments

Name

Description

 

mode

The display mode criteria for displaying model elements. Options include above, below, or equal.

Example

*BeginIsoValue()

    *ResultType("Displacement")

    *DataComponent("Mag")

    *ComplexFilter("mag")

    *ResolvedInSystem(0)

    *IsoValue(485.728)

    *Increment(1)

    *DisplayMode(below)

    *OverrideColor("On", 0, 255, 0)

    *LegendMode(no)

*EndIsoValue()

Application

HyperView.

See also

 

*BeginIsoValue()

List of Session Statements