*rigidlinkwithset_twonodes
Create a rigid link element "55" between two nodes, with a dependent node attached as a node set connected with the element.
Syntax
*rigidlinkwithset_twonodes independent dependent dof
Type
HyperMesh Tcl Modify Command
Description
Create a rigid link element "55" between two nodes, with a dependent node attached as a node set connected with the element.
Inputs
- independent
- The independent node of the element.
- dependent
- The dependent node of the element.
- dof
- The degrees of freedom for which the element is active (any of the digits 1-6).
Example
To create a rigid link element with dependent nodes attached as a set between nodes 100 and 101 in all six degrees of freedom:
*rigidlinkwithset_twonodes(100,101,123456)
A node set with an automatically generated name is created and a dependent node is placed in this set.
Errors
None.