HMMOD_nodegetresult()
Retrieves the nodal result of the node specified by the node pointer, layer, and index.
Syntax
float HMMOD_nodegetresult(void * nodeptr, int layer, int index);
Type
HyperMesh hmmodlib Function
Description
Retrieves the nodal result of the node specified by the node pointer, layer, and index.
Inputs
- nodeptr
- The pointer to the node.
- layer
- The layer where the nodal result is stored.
- index
- The index of nodal results.
Example
The nodal result at the specified node.
Errors
None.