HyperWorks Desktop

*IsoValue()

Indicates the current iso value of the current model.

*IsoValue()

Indicates the current iso value of the current model.

Previous topic Next topic No expanding text in this topic  

*IsoValue()

Indicates the current iso value of the current model.

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

Syntax

*IsoValue(value)

Argument

Name

Description

 

value

The numeric iso value.

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