HMIN_element_writerigidlinknode()
Writes the nodes that define the rigid link to HyperMesh.
Syntax
void HMIN_element_writerigidlinknode(HM_entityidtype nodeid, int dependent_flag);
Type
HyperMesh hminlib Function
Description
Writes the nodes that define the rigid link to HyperMesh.
Inputs
- nodeid
- The ID of the node to add to the rigid link element.
- dependent_flag
- Set to 0 to define an independent node and 1 to define a dependent node.
Example
The function HMIN_element_writerigidlinkheader() must be called immediately before any nodes can be defined with HMIN_element_writerigidlinknode(). Only one node may be defined as the independent node. No other hminlib comments may be used until all rigid link nodes are processed for the given element.
Errors
None.