hm_setmodelcheckresultentids
Sets the entity IDs for the specified Model Check check display name.
Syntax
hm_setmodelcheckresultentids display_name mark_id
Type
HyperMesh Tcl GUI Command
Description
This command sets the entity IDs for the specified Model Check check display name.
Inputs
- display_name
- The check display name.
- mark_id
- The ID of the mark containing the entities. Valid values are 1 and 2.
Example
To set the entity IDs for the check named "Unused Materials" and to the entities stored on mark 1:
hm_setmodelcheckresultentids "Unused Materials" 1
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
11.0.101