**unshared_faces
#
Description#
This command makes a boundary set (which can be converted to an nset using **nset
) from the outer boundary of a given element set, or of the whole mesh.
Syntax#
**unshared_faces
bset-name
\(~\,\) [ *elsets
elset1 … elsetN ]
*elsets
used to specify a number of elements sets to find the unshared faces rather than the whole mesh. Note this still gives the faces which are not shared with any other element, whether in the listed elsets or not. It is just that the faces checked are a sub-set of the total mesh, and the resulting set will be on the named elsets only.
Note
This command is currently faster than the **bset
bset-name *surface
equivalent.
Note
This command replaces the deprecated and ambiguous **unshared
command.