hm_setpanelposition

Sets the position of the パネル領域.

Syntax

hm_setpanelposition position

Type

HyperMesh Tcl GUI Command

Description

This command sets the position (top | bottom) of the パネル領域. If the パネル領域 is not currently visible, it will not be turned on.

Inputs

position
The position of the パネル領域. 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

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