*IsoValue()
Indicates the current iso value of the current model.
Syntax
*IsoValue (value)
Application
HyperView
Inputs
- 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()