*modelcheck_applycorrection
Runs auto correction on a given check, if checks are run.
Syntax
*modelcheck_applycorrection check_display_name correction_display_name
Type
HyperMesh Tcl Modify Command
Description
longDescription
Inputs
- check_display_name
- The GUI display name of the check. This is case sensitive.
- correction_display_name
- The GUI name of the correction. This is case sensitive.
Examples
To run the "Delete unused materials" auto correction for "Unused materials":
*modelcheck_applycorrectionon "Unused materials" "Delete unused materials"
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2019