HM_entitytypegettypestring()
Returns the string associated with the HyperMesh #defined entity, given the type number.
Syntax
char *HM_entitytypegettypestring(HM_entitytype type)
    Type
HyperMesh hmlib Function
Description
Returns the string associated with the HyperMesh #defined entity, given the type number.
Inputs
- type
 - The HyperMesh #defined entity type number (HM_ENTITYTYPE_ELEMS, HM_ENTITYTYPE_COMPS, etc.).
 
Example
The string associated with the HyperMesh #defined entity type number.
Errors
None.