HMIN_element_getnodesfromconfig()

Determines the number of nodes associated with the configuration of the element.

Syntax

int HMIN_element_getnodesfromconfig(int config);

Type

HyperMesh hminlib Function

Description

Determines the number of nodes associated with the configuration of the element.

Inputs

config
The configuration of the element (HM_ELEMENT_CONFIG_TRIA3, HM_ELEMENT_CONFIG_QUAD4). For more element types, refer to the include file hmlib.h.

Example

The number of nodes associated with the element. For rigid links and RBE3s, zero is returned because the number of nodes may vary.

Errors

None.