hm_getguientityname
Returns the full HyperMesh entity type name with GUI style capitalization for the passed entity type ID.
Syntax
hm_getguientityname entity_type_id
Type
HyperMesh Tcl Query Command
Description
This command returns the fully qualified and properly captialized HyperMesh entity name for the specified entity_type_id. Each entity type in HyperMesh is assigned a unique ID. This ID is converted to the entity type name using this command.
If entity_type_id is not valid, undefined will be returned.
This is the inverse of the hm_getentitytype command.
Inputs
- entity_type_id
- The unique entity type ID.
Examples
To get the name of entity type 1 (Nodes):
hm_getguientityname 1
To get the name of entity type 11 (Properties):
hm_getguientityname 11
Errors
None.