HMMOD_nodefind()
Retrieves the pointer to a node.
Syntax
void * HMMOD_nodefind(HM_entityidtype id);
    Type
HyperMesh hmmodlib Function
Description
Retrieves the pointer to a node.
Inputs
- id
 - The ID of the node to be located.
 
Example
A pointer to the node identified by id.
Errors
None.