*rigidlinkbycollector
Creates a rigid link with one independent node and dependent node defined by a collector.
Syntax
*rigidlinkbycollector node_id entity_type mark_id dofs
Type
HyperMesh Tcl Modify Command
Description
This command creates the rigid link with one independent node and dependent node by collector by mark with DOFs.
Inputs
- node_id
- ID of independent node.
- entity_type
- Entity type of collector. Valid entity types are comps, mats, assems, props and sets.
- mark_id
- Collector put on mark. Valid values are 1 and 2.
- dofs
- The degree of freedom for which the element is active. Valid values are any of the digits 1-6.
Example
To create a rigid link by collector with independent node ID 10 and independent node specified by comps ID 1 and 2 put on a mark 1 with DOF 123456:
*createmark comps 1 1 2
*rigidlinkbycollector 10 comps 1 123456
Errors
None.
Version History
9.0