*rbe3updateallwts
Updates the weight of all independent nodes to one value and the weight of the dependent node to another value for an RBE3 element.
Syntax
*rbe3updateallwts element iweights dweight
Type
HyperMesh Tcl Modify
Description
Updates the weight of all independent nodes to one value and the weight of the dependent node to another value for an RBE3 element.
Inputs
- element
- The ID of the RBE3 element to update.
- iweights
- The weight assigned for all independent nodes of theRBE3 element.
- dweight
- The weight assigned for the dependent node of the RBE3 element.
Example
To update RBE3 element 18 with all of the independent nodes having a weight of 1.432 and the dependent node having a weight of 0.000:
*rbe3updateallwts(18,1.432,0.0)
Errors
None.