HMIN_element_writerbe3header()

Writes an RBE3 element header to HyperMesh.

Syntax

void HMIN_element_writerbe3header(HM_entityidtype id, char elementtype, HM_entityidtype collectorid);

Type

HyperMesh hminlib Function

Description

Writes an RBE3 element header to HyperMesh.

Inputs

id
The ID of the element.
elementtype
The type of the element, a user-defined value.
collectorid
The collector where the rbe3 element should be placed.

Example

HMIN_element_writerbe3node() should be called immediately after HMIN_element_writerbe3header() to add nodes to the element.

Errors

None.