HMMOD_nodeidsetdisplacement()
Assigns displacement values to a node specified by ID.
Syntax
void HMMOD_nodeidsetdisplacement(HM_entityidtype id, float x, float y, float z);
Type
HyperMesh hmmodlib Function
Description
Assigns displacement values to a node specified by ID.
Inputs
- id
- The ID of 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.