*findfaces

Finds the free faces in a group of elements.

Syntax

*findfaces entity type mark

Type

HyperMesh Tcl Modify Command

Description

Finds the free faces in a group of elements.

Inputs

entity type
The entity type contained on the mark. The valid types are components and elements.
mark
The mark ID.

Example

To check the free faces on all of the elements contained in the component fender:
*createmark(components,1) fender
*findfaces(components,1)