hm_getmodelcheckcheckname

Returns the function name for a given check.

Syntax

hm_getmodelcheckcheckname check_display_name

Type

HyperMesh Tcl Query Command

Description

Returns the function name for a given check.

Inputs

check_display_name
The GUI display name of the check. This is case sensitive.

Examples

To get the function name for the "Unused materials" check:

hm_getmodelcheckcheckname "Unused materials"

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

2019