hm_getentitybasename
Returns the full HyperMesh entity type name for the passed entity type partial or short name.
Syntax
hm_getentitybasename entity_type
Type
HyperMesh Tcl Query Command
Description
This command returns the fully qualified HyperMesh entity name for the partial or short name.
Inputs
- entity_type
- Any HyperMesh entity name or partial name.
Example
To get the full name of comps:
hm_getentitybasename comps
Errors
None.