hm_getmodelcheckcorrectvalue

Returns the value for a given correction.

Syntax

hm_getmodelcheckcorrectvalue correction_display_name

Type

HyperMesh Tcl Query Command

Description

Returns the value for a given correction.

Inputs

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

Examples

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

hm_getmodelcheckcorrectvalue "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