*rbe3updatealldofs

Updates all of the independent nodes degree of freedom code to one value and the dependent nodes degrees of freedom code to another value for an RBE3 element.

Syntax

*rbe3updatealldofs element idofs ddof

Type

HyperMesh Tcl Modify

Description

Updates all of the independent nodes degree of freedom code to one value and the dependent nodes degrees of freedom code to another value for an RBE3 element.

Inputs

element
The ID of the RBE3 element to update.
idofs
The degree of freedom code for which all independent nodes of the RBE3 element is active (any of the digits 1-6).
ddof
The degree of freedom code for which the dependent node of the element is active (any of the digits 1-6).

Example

To update RBE3 element 18 with all of the independent nodes having a degree of freedom code of 123456 and the dependent node having a degree of freedom code of 123:

*rbe3updatealldofs(18,123456,123)

Errors

None.