HMMOD_nodegetdisplacement()

Retrieves the displacement values of the node specified by the node pointer.

Syntax

void HMMOD_nodegetdisplacement(void * nodeptr, float * x, float * y, float * z);

Type

HyperMesh hmmodlib Function

Description

Retrieves the displacement values of the node specified by the node pointer.

Inputs

nodeptr
The pointer to the node.
x
The displacement value at the x coordinate.
y
The displacement value at the y coordinate.
z
The displacement value at the z coordinate.

Example

The values of the x, y, and z variables are set to the displacement values of the specified node.

Errors

None.