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

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