**nset_intersection#

Description#

This command is used to create the intersection of nsets.

Syntax#

The command has the following syntax:

**nset_intersection \(~\,\) *nsets nset1-name nset2-name \(~\,\) *intersection_name resulting-nset-name

*nsets

is followed by the name of the nsets to intersect

*intersection_name

is the name of the resulting nset

Example#

****mesher
 ***mesh tube.geof
  **open tube_tmp.geof

  **bset skin   % creates the outer skin of the tube
   *surface

  **nset_intersection  % creates the outer skin of the given domain
   *nsets zone1-volume skin
   *intersection_name zone1-skin

****return