*window

Modifies the current window.

Syntax

*window function xmin ymin xmax ymax

Type

HyperMesh Tcl Modify Command

Description

Modifies the current window.

Inputs

function
Defines the function being performed:
  • 0 - The window is redefined so that all of the current model is inside the window. All of the other parameters are ignored.
  • 1 - The window is recalculated. All of the other parameters are ignored. This function is only used internally.
  • 2 - Zooming is performed on the current window based on the value passed in xmin. If xmin is positive, the current window is multiplied by xmin, and the result is zooming in. If xmin is negative, the current window is divided by xmin, and the result is zooming out. This is defined each time the + and - zooming options are used.
  • 3 - The window is set to the values passed in xmin, ymin, xmax, and ymax. The parameters are specified in model units. This is defined each time the z zooming option is used.
  • 4 - The window is centered at the point specified by xmin and ymin. The parameters are specified in model units. This is defined each time the c paning option is used.
xmin
The minimum x value of the window.
ymin
The minimum y value of the window.
xmax
The maximum x value of the window.
ymax
The maximum y value of the window.

Errors

None.