HyperWorks Desktop

*MinMax()

Saves and restores the current minimum and maximum values of a displayed legend.

*MinMax()

Saves and restores the current minimum and maximum values of a displayed legend.

Previous topic Next topic No expanding text in this topic  

*MinMax()

Saves and restores the current minimum and maximum values of a displayed legend.

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

Syntax

*MinMax(minimum, maximum)

Arguments

minimum

Minimum value display on legend

 

maximum

Maximum value displayed on legend

Example

*BeginContour()

   *ResultString("Contour\nDisplacement (Mag)")

   *NumCols(10)

  *MinMax(0.000000, 36.063614)

   *NoResultColor(192, 192, 192)

   *ShowMaxMin(show)

   *LegendPosition(UpperLeft)

*EndContour()

Application

HyperView.

Context

*BeginContour()

Comments

This command is valid in the following blocks: *BeginContour(), *BeginVector(), and *BeginTensor().

See also

 

List of Preference Statements