HMMOD_elementgetcentroidalresult()

Retrieves the centroidal result of an element specified by element pointer, layer, and index.

Syntax

float HMMOD_elementgetcentroidalresult(void * elementptr, int layer, int index);

Type

HyperMesh hmmodlib Function

Description

Retrieves the centroidal result of an element specified by element pointer, layer, and index.

Inputs

elementptr
The pointer to the element.
layer
The layer where the centroidal result is stored.
index
The index to the array of centroidal results.

Example

The result at the centroid of the specified element.

Errors

None.