hm_enableitem
Enables a panel menu item.
Syntax
hm_enableitem panel_name item_number
Type
HyperMesh Tcl GUI Command
Description
This command enables a panel menu item.
Inputs
- panel_name
- The name of the panel.
- item_number
- The number of the item in the panel. hm_getitemnumber can be used to get the number for a menu item.
Errors
if { [ catch {command_name...} ] } {
# Handle error
}