HMIN_element_writerigidlink()
Writes a rigid link element to HyperMesh.
Syntax
void HMIN_element_writerigidlink(HM_entityidtype id, char elementtype, HM_entityidtype Inode, int dofs, int Dnode_len, HM_entityidtype *Dnodes, HM_entityidtype collectorid);
Type
HyperMesh hminlib Function
Description
Writes a rigid link element to HyperMesh.
Inputs
- id
- The ID of the element.
- elementtype
- The type of the element, a user-defined value.
- Inode
- The ID of the independent node.
- dofs
- The degrees of freedom associated with the element.
- Dnode_len
- The number of dependent nodes.
- Dnodes
- An array of dependent node IDs.
Errors
None.