HMIN_element_writerigidlinkheader()
Writes a rigid link header to HyperMesh.
Syntax
void HMIN_element_writerigidlinkheader(HM_entityidtype id, char elementtype, int dofs, HM_entityidtype collectorid);
Type
HyperMesh hminlib Function
Description
Writes a rigid link header to HyperMesh.
Inputs
- id
- The ID of the element.
- elementtype
- The type of the element, a user-defined value.
- dofs
- The degrees of freedom associated with the element.
- collectorid
- The ID of the collector where the rigid link element should be placed.
Example
Call HMIN_element_writerigidlinknode() immediately after HMIN_element_writerigidlinkheader() to add the independent node and dependent nodes to the element.
Errors
None.