*facepreviewduplicates

Finds duplicate faces.

Syntax

*facepreviewduplicates mark tol

Type

HyperMesh Tcl Modify Command

Description

Finds duplicate faces.

Inputs

mark
The mark ID which contains the faces to compare for and delete duplicates.
tol
The tolerance used to find duplicate faces.

Example

To find duplicates within a tolerance of 0.1, among the faces 2, 4, 7, 14, and 23:
*createmark(faces,1) 2, 4, 7, 14, 23
*facepreviewduplicates(1, 0.1)

This command removes any non-duplicate faces from the mark. The *createmark() command is required.