HM_entitynamegettype()
Returns the HyperMesh #defined type number of an entity, given its name.
Syntax
HM_entitynamegettype(char *name)
    Type
HyperMesh hmlib Function
Description
Inputs
- name
 - A string representing the name of the entity ("elems," "comps," "nodes," etc.).
 
Example
The value assigned to the HyperMesh #defined entity type.
Errors
None.