hm_getmodelcheckcorrectionname

Returns the function for a given correction.

Syntax

hm_getmodelcheckcorrectionname correction_display_name

Type

HyperMesh Tcl Query Command

Description

Returns the function for a given correction.

Inputs

correction_display_name
The GUI display name of the correction. This is case sensitive.

Examples

To get the function for the "Delete unused materials" correction:

hm_getmodelcheckcorrectionname "Delete 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