hm_getmodelcheckresultentids
Returns the entity IDs for the specified Model Check check display name.
Syntax
hm_getmodelcheckresultentids display_name
Type
HyperMesh Tcl GUI Command
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
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
11.0.101