HMMOD_elementaddnode()
Adds a node to an element.
Syntax
void HMMOD_elementaddnode(int index, HM_entityidtype nodeid);
    Type
HyperMesh hmmodlib Function
Description
Adds a node to an element.
Inputs
- index
 - The index into the array of nodes in the element. The index starts at zero and goes to the number of nodes in the element minus one.
 - nodeid
 - The entity ID.
 
Errors
None.