*rigidlinkupdate

Updates the connectivity and properties of a rigid link element.

Syntax

*rigidlinkupdate element independent mark

Type

HyperMesh Tcl Modify

Description

Updates the connectivity and properties of a rigid link element.

Inputs

element
The ID of the rigid link element to update.
independent
The (possibly new) independent node of the element.
mark
The ID of the mark containing the (possibly new) dependent nodes.

Example

To update rigid link element 18 with independent node 104 and dependent nodes 100, 101, 102, and 103:

*createmark(nodes,1) 100 101 102 103
*rigidlinkupdate(18,104,1)

A *createmark() command is required to define the mark.

Errors

None.