HMMOD_elementgetactive()
Retrieves the activity status of an element.
Syntax
int HMMOD_elementgetactive(void * elementptr);
    Type
HyperMesh hmmodlib Function
Description
Retrieves the activity status of an element.
Inputs
- elementptr
 - The pointer to an element.
 
Example
0, if the element is inactive.
1, if the element is active.
Errors
None.