HM_elementconfiggetnumberofnodes()

For an element configuration, this function returns the number of nodes that the element uses. For rigidlinks and RBE3s, this function returns 0 because these elements have a variable number of nodes.

Syntax

int HM_elementconfiggetnumberofnodes(int config);

Type

HyperMesh hmlib Function

Description

For an element configuration, this function returns the number of nodes that the element uses. For rigidlinks and RBE3s, this function returns 0 because these elements have a variable number of nodes.

Inputs

config
The configuration of the element.

Example

The number of nodes used by the element.

Errors

None.