hm_getmodelcheckcheckstatus
Returns the status for a given check.
Syntax
hm_getmodelcheckcheckstatus check_display_name
Type
HyperMesh Tcl Query Command
Description
- 0 - Check is not run
- 1 - Check is run and there are failed entities
- 2 - Check is run but there are no failed entities
- 3 - Relevant entities to run the check are not present in the model
Inputs
- check_display_name
- The GUI display name of the check. This is case sensitive.
Examples
To get the status for the "Unused materials" check:
hm_getmodelcheckcheckstatus "Unused Materials"
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2019