*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
*createmark faces 1 2 4 7 14 23
*facedeleteduplicates 1 0.1 The *createmark() command is required.