hm_getentityalias
Returns the alias for a specified entity type.
Syntax
hm_getentityalias entity_type
Type
HyperMesh Tcl Query
Description
Returns the alias for a specified entity type.
Inputs
- entity_type
- The entity type to query.
Example
To get the alias for modules:
hm_getentityalias modules
parts
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
14.0