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