HMIN_element_writeweld()

Writes a weld element to HyperMesh.

Syntax

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

Type

HyperMesh hminlib Function

Description

Writes a weld 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.
nodes[2]
The nodes associated with the element.
collectorid
The ID of the collector where the weld should be placed.

Errors

None.