*CE_PreviewDuplicates

Find duplicate connectors and place them on the output mark.

Syntax

*CE_PreviewDuplicates outputmark tolerance

Type

HyperMesh Tcl Modify Command

Description

Find duplicate connectors and place them on the output mark.

Inputs

outputmark
Connector mark to be populated.
tolerance
Search radius to determine duplicates.

Examples

Duplicate connectors found inside a tolerance of 0.5 will be populated on output mark 1.
*CE_PreviewDuplicates(1, 0.5)

This command works similar to the preview empty or preview unused options in the HyperMesh Delete panel. The output mark should not contain any connectors prior to calling this command. The preview duplicates feature highlights all connectors that share exactly the same information within the specified tolerance.