*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
*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.