HMIN_element_writetria3()

Writes a three-noded triangular shell element to HyperMesh.

Syntax

void HMIN_element_writetria3(HM_entityidtype id, char elementtype, HM_entityidtype nodes[], int collectorid);

Type

HyperMesh hminlib Function

Description

Writes a three-noded triangular shell element to HyperMesh.

Inputs

id
The ID of the element.
elementtype
The type of the element, a user-defined value.
nodes[3]
The nodes associated with the element.
collectorid
The ID of the collector where the tria3 element should be placed.

Errors

None.