hm_getmodelcheckdisplaynames
Returns check display names.
Syntax
hm_getmodelcheckdisplaynames ?check_type? ?entity_type?
Type
HyperMesh Tcl Query Command
Description
Returns check display names.
Inputs
- check_type
- The type of check, ERROR, WARNING, INFO or ALL. If blank then all checks of all types are returned.
- entity_type
- The type of entity. If ALL, then checks for all entity types in the profile are returned.
Examples
hm_getmodelcheckdisplaynames
or
hm_getmodelcheckdisplaynames ALL
To get the check names for ERROR for mats:
hm_getmodelcheckdisplaynames ERROR mats
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2019