HMIN_element_writeslave1()
Writes a one-noded slave interface element to Writes a one-noded slave interface element to HyperMesh.
Syntax
void HMIN_element_writeslave1(HM_entityidtype id, char elementtype, HM_entityidtype nodes[], HM_entityidtype collectorid);
Type
HyperMesh hminlib Function
Description
Writes a one-noded slave interface element to Writes a one-noded slave interface element to HyperMesh.
Inputs
- id
- The ID of the element.
- elementtype
- The type of the element, a user-defined value.
- nodes[1]
- The nodes associated with the element.
- collectorid
- The ID of the collector where the slave1 element should be placed.
Errors
None.