HMIN_element_writerbe3()
Writes an RBE3 element to HyperMesh.
Syntax
void HMIN_element_writerrbe3(HM_entityidtype id, char elementtype, int Inode_len, HM_entityidtype *Inodes, int *Idofs, double *Icoeffs, HM_entityidtype Dnode, int Ddof, double Dcoeff, HM_entityidtype collectorid);
    Type
HyperMesh hminlib Function
Description
Writes an RBE3 element to HyperMesh.
Inputs
- id
 - The ID of the element.
 - elementtype
 - The type of the element, a user-defined value.
 - Inode_len
 - The number of independent nodes.
 - Inodes
 - The IDs of the independent nodes.
 - Idofs
 - The degrees of freedom associated with the independent nodes.
 - Icoeffs
 - The coefficients associated with the independent nodes.
 - Dnode
 - The ID of the dependent node.
 - Ddof
 - The degrees of freedom associated with the dependent node (may be set to 0).
 - Dcoeff
 - The coefficients associated with the dependent node (may be set to 0).
 - collectorid
 - The collector where the RBE3 element should be placed.
 
Errors
None.