HMMOD_nodesetdisplacement()
Assigns displacement values to a node specified by the node pointer.
Syntax
void HMMOD_nodesetdisplacement(void * nodeptr, float x, float y, float z);
Type
HyperMesh hmmodlib Function
Description
Assigns displacement values to a node specified by the node pointer.
Inputs
- nodeptr
- The pointer to the node.
- x
- The displacement value to be assigned to the x coordinate.
- y
- The displacement value to be assigned to the y coordinate.
- z
- The displacement value to be assigned to the z coordinate.
Errors
None.