*CE_ConnectorRemoveDuplicates

Deletes connectors that are considered to be duplicates of other connectors within a given tolerance.

Syntax

*CE_ConnectorRemoveDuplicates markMask tolerance

Type

HyperMesh Tcl Modify Command

Description

Deletes connectors that are considered to be duplicates of other connectors within a given tolerance.

Inputs

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

Examples

To delete duplicate connectors on the mark mask 1 within 0.05 tolerance:
*CE_ConnectorRemoveDuplicates(1, 0.05)

Currently only supported for connectors located at geometric points.