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

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