*CE_ConnectorGroup
Group or ungroup seam connectors on mark to behave as a single/multiple seam connector(s).
Syntax
*CE_ConnectorGroup connector_mark group
Type
HyperMesh Tcl Modify Command
Description
Group or ungroup seam connectors on mark to behave as a single/multiple seam connector(s).
Inputs
- connector_mark
- The mark of connectors that needs to be updated.
- group
- Specifies if the individual connectors on the specified mark must be grouped to behave as a single connector.
Examples
*createmark(connectors, 1) 1 2 3
*CE_ConnectorGroup(1, 1)
The individual connectors are grouped only if the distance between their end points is within a small tolerance value. A valid case for grouping is when connectors are created from continuous line segments. The grouped connectors behave as a single connector (during realization the weld nodes are shared among adjacent test points of connectors in group).