HMMOD_elementgetnumberofnodes()

Retrieves the number of nodes associated with an element specified by a pointer to that element.

Syntax

int HMMOD_elementgetnumberofnodes(void * elementptr);

Type

HyperMesh hmmodlib Function

Description

Retrieves the number of nodes associated with an element specified by a pointer to that element.

Inputs

elementptr
The pointer to the element.

Example

The number of nodes in the specified element.

Errors

None.