HMMOD_elementgetnode()
Retrieves a pointer to a node.
Syntax
void * HMMOD_elementgetnode(void * elementptr, int nodeindex);
    Type
HyperMesh hmmodlib Function
Description
Retrieves a pointer to a node.
Inputs
- elementptr
 - The pointer to the element.
 - nodeindex
 - The index to the array of nodes.
 
Example
The pointer to the specified node.
Errors
None.