hm_setcommandposition

Sets the position of the command window.

Syntax

hm_setcommandposition position

Type

HyperMesh Tcl GUI Command

Description

This command sets the position (top | bottom) of the command window. If the command window is not currently visible, it will not be turned on.

Inputs

position
The position of the command window. Valid values are top and bottom.

Example

hm_setcommandposition top

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

9.0

2021 - Deprecated in HyperWorks but continues to be supported in HyperWorks Desktop.