hm_getmodelcheckenttype
Returns the entity type for the specified Model Check check display name.
Syntax
hm_getmodelcheckenttype display_name
Type
HyperMesh Tcl GUI Command
Description
This command returns the entity type for the specified Model Check check display name.
Inputs
- display_name
- The check display name.
Example
To get the entity type for the check named "Unused Materials":
set enttype [hm_getmodelcheckenttype "Unused Materials"]
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
11.0.101