HMIN_element_writerbe3node()
Writes the nodes that define the RBE3 element to HyperMesh.
Syntax
void HMIN_element_writerbe3node(HM_entityidtype nodeid, double coefficient, int dofs, int dependent_flag);
Type
HyperMesh hminlib Function
Description
Writes the nodes that define the RBE3 element to HyperMesh.
Inputs
- nodeid
- The ID of the node to add to the RBE3 element.
- coefficient
- The coefficient to be associated with the node (may be set to 0).
- dofs
- The degrees of freedom to be associated with the node (may be set to 0).
- dependent_flag
- Set to 0 to define the independent node, and 1 to define the dependent nodes.
Example
HMIN_element_writerbe3header() must be called immediately before HMIN_element_writerbe3node(). Only one node may be defined as the dependent node. No other hminlib commands may be used until all RBE3 data is processed for the given element.
Errors
None.