HMIN_element_writerigid()

Writes a rigid element to HyperMesh.

Syntax

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

Type

HyperMesh hminlib Function

Description

Writes a rigid element to HyperMesh.

Inputs

id
The ID of the element.
elementtype
The type of the element, a user-defined value.
dofs
The degrees of freedom that apply to the element (123, 456, 123456).
nodes[2]
The nodes associated with the element.
collectorid
The ID of the collector where the rigid elements should be placed.

Errors

None.