*rigidlinkupdatebycollector
Updates connectivity and properties of a rigid link element with one independent node and dependent node defined by collector.
Syntax
*rigidlinkupdatebycollector element_id node_id mark_id entity_type
Type
HyperMesh Tcl Modify Command
Description
This command updates the rigid link with one independent node and dependent node by collector by mark.
Inputs
- element_id
 - The id of the rigid link.
 - node_id
 - ID of independent node.
 - mark_id
 - Collector put on mark. Valid values are 1 and 2.
 - entity_typ
 - Entity type of collector. Valid entity types are comps, mats, assems, props and sets.
 
Example
To update a rigid link element ID 7 with independent node ID 10 and dependent node specified by comps ID 1 and 2 put on mark 1:
*createmark comps 1 1 2
*rigidlinkupdatebycollector 7 10 1 comps
    Errors
None.
Version History
9.0