*rigidsupdate
Updates the properties of rigid and rigid link elements.
Syntax
*rigidsupdate mark dofs
Type
HyperMesh Tcl Modify
Description
Updates the properties of rigid and rigid link elements.
Inputs
- mark
- The ID of the mark which contains the rigid or rigid link elements to be updated.
- dofs
- The degrees of freedom code which the selected rigid or rigid link elements should be updated to (any of the digits 1-6).
Example
To update rigid elements 10, 11, and 12 to have a degree of freedom code of 123:
*createmark(elements,1) 10 11 12
*rigidsupdate(1,123)
*createmark() is required.
Errors
None.