*facedeleteduplicates

Deletes duplicate faces.

Syntax

*facedeleteduplicates mark tol

Type

HyperMesh Tcl Modify Command

Description

Deletes 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 and delete duplicates within a tolerance of 0.1, among the faces 2, 4, 7, 14, and 23:
*createmark(faces,1) 2 4 7 14 23
*facedeleteduplicates(1,0.1)

The *createmark() command is required.