hm_getmodelcheckresultentids
Returns the entity IDs for the specified Model Check check display name.
Syntax
hm_getmodelcheckresultentids display_name
Type
HyperMesh Tcl GUI
Description
Returns the entity IDs for the specified Model Check check display name.
Inputs
- display_name
- The check display name.
Example
To get the entity IDs for the check named "Unused Materials":
set ids [hm_getmodelcheckresultentids "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
11.0.101