HMIN_convertentitynametotype()
Provides a way to convert the name of an entity to the entity type used in HyperMesh.
Syntax
int HMIN_convertentitynametotype(const char * string);
Type
HyperMesh hminlib Function
Description
Provides a way to convert the name of an entity to the entity type used in HyperMesh. Returns the HyperMesh entity type ID.
Inputs
- string
- A pointer to the string containing the entity name.
Errors
None.