HMMOD_elementgettype()
Retrieves the type of an element specified by a pointer to that element.
Syntax
int HMMOD_elementgettype(void * elementptr);
    Type
HyperMesh hmmodlib Function
Description
Retrieves the type of an element specified by a pointer to that element.
Inputs
- elementptr
 - The pointer to the element.
 
Example
The type of the element specified.
Errors
None.