HMMOD_nodegetcords()
Retrieves the coordinates of a node.
Syntax
void HMMOD_nodegetcords(void * nodeptr, float * x, float * y, float * z);
Type
HyperMesh hmmodlib Function
Description
Retrieves the coordinates of a node.
Inputs
- nodeptr
- The pointer to the node.
- x
- The x coordinate of the node.
- y
- The y coordinate of the node.
- z
- The z coordinate of the node.
Example
The x, y, and z variables are set to the coordinates of the specified node.
Errors
None.