HMMOD_nodegetvalue()

Retrieves the value associated with a node specified by the pointer to the node.

Syntax

float HMMOD_nodegetvalue(void * nodeptr);

Type

HyperMesh hmmodlib Function

Description

Retrieves the value associated with a node specified by the pointer to the node.

Inputs

nodeptr
The pointer to a node.

Example

Value at the specified node.

Errors

None.