HMRES_complexdisplacementadd()
Adds a complex number displacement to a data type.
Syntax
int HMRES_complexdisplacementadd(HM_entityidtype id, double xmag, doubleymag, double zmag, double xphase, double yphase, double zphase);
    Type
HyperMesh hmreslib Function
Description
Adds a complex number displacement to a data type.
Inputs
- id
 - The ID of the node.
 - xmag
 - The magnitude of the x coordinate of displacement.
 - ymag
 - The magnitude of the y coordinate of displacement.
 - zmag
 - The magnitude of the z coordinate of displacement.
 - xphase
 - The phase of the x coordinate of displacement in degrees.
 - yphase
 - The phase of the y coordinate of displacement in degrees.
 - zphase
 - The phase of the z coordinate of displacement in degrees.
 
Errors
None.