hm_getentitytypes
Returns a list of entity types based on the specified option.
Syntax
hm_getentitytypes option
Type
HyperMesh Tcl Query Command
Description
Returns a list of entity types based on the specified option.
Inputs
- option
- The type of entity types to return. Valid values are:
Example
To get the named entity types:
hm_getentitytypes named
Errors
if { [ catch {command_name...} ] } {
# Handle error
}