*rbe3
Creates an RBE3 element.
Syntax
*rbe3 mark_id independent_dofs dof_size independent_weights weight_size dependent_node dof weight
Type
HyperMesh Tcl Modify Command
Description
Creates an RBE3 element.
Inputs
- mark_id
- The ID of the mark containing the independent nodes. Valid values are 1 and 2.
- independent_dofs
- The ID of the integer array containing the degrees of freedom for which each respective independent node of the element is active (any of the digits 1-6), created using *createarray. Must be set to 1.
- dof_size
- The size of the independent_dofs array.
- independent_weights
- The ID of the double array containing the weight for each respective independent node, created using *createdoublearray. Must be set to 1.
- weight_size
- The size of the independent_weights array.
- dependent_node
- The dependent node of the element. If set to 0, the dependent node will be auto-created at the centroid of the independent nodes.
- dof
- The degree of freedom code for which the dependent node of the element is active (any of the digits 1-6).
- weight
- The weight assigned to the dependent node.
Example
*createmark nodes 1 101 102 103
*createarray 3 123456 123456 123456
*createdoublearray 3 1.230000 1.230000 1.230000
*rbe3 1 1 3 1 3 100 123456 1.23
Errors
None.