*rlinkcalcinodeandcreateforcollector

Creates a rigidlink by calculating the independent node based on selection of dependent nodes defined by collector. The supported collectors are comps, mats, assems, props and sets.

Syntax

*rlinkcalcinodeandcreateforcollector entity_type mark_id dof

Type

HyperMesh Tcl Modify Command

Description

This command creates the rigid link by calculating the independent node based on selection of dependent nodes defined by collector. The supported collectors are comps, mats, assems, props and sets

Inputs

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 element by selecting dependent node specified by comps ID 1 and 2 put on a mark 1 with DOF 123456:

*createmark comps 1 1 2
*rlinkcalcinodeandcreateforcollector comps 1 123456

Errors

None.

Version History

9.0