*CE_ConnectorCombine

Combines connectors.

Syntax

*CE_ConnectorCombine markMask tolerance

Type

HyperMesh Tcl Modify Command

Description

Combines connectors. Locates connectors that are considered subsets of other connectors within a given tolerance, makes supersets from the connectors having at least one common link entity, and deletes the original subsets.

Inputs

markMask
The mark mask (1 or 2).
tolerance
The maximum distance between two connectors that are considered to be duplicates.

Examples

To combine connectors on the mark mask 1 within 0.05 tolerance:
*CE_ConnectorCombine(1, 0.05)

To make a combination possible, connectors must have at least one shared link entity.

Currently supported for connectors located at geometric points only.