hm_setpanelposition
Sets the position of the panel area.
Syntax
hm_setpanelposition position
Type
HyperMesh Tcl GUI
Description
This command sets the position (top | bottom) of the panel area. If the panel area is not currently visible, it will not be turned on.
Inputs
- position
- The position of the panel area. Valid values are top and bottom.
Example
hm_setpanelposition 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