Modifying an Existing Cell Set

Once a cell set has been created, it can be easily modified using a range of global and/or Boolean operations in order to manipulate the cell collection further.

In general, global actions are those which allow a single operation on the cell set resulting in collecting all the cells, removing all the cells or growing or shrinking the cell set in some way. Boolean operations allow the existing cell set to be modified using the same modes used for the creation of the original cell set, namely based on a cell list, zone or threshold.

The global actions that you can perform on a cell set are:

  • fill - Replace the existing cell set with all the cells in the model
  • clear - Remove all cells from the cell set
  • invert - Invert the cell set to give all remaining cells
  • grow - Grow the existing cell set by one layer based on exposed faces
  • grow across interfaces - Grow cells across an interface
  • shrink - Shrink the existing cell set by one layer based on internal faces
  • shrink All - Shrink the existing cell set by one layer based on all faces

The Boolean operations that are allowed are:

  • subset - Create a set based on the existing set only
  • add - Add to the existing set based on all the cells in the model
  • remove - Remove cells from the existing set
  • replace - Create a set based on all the cells in the model

Boolean operations between different cell sets are also possible using the copy and paste options.

To access the global and Boolean operations, right-click on the cell set node as shown below:

You can also edit the cell set in the current scene, which provides all the above operations in one single in-place dialog. The advantage of this method is that multiple operations can be performed on the cell set without the dialog being closed each time.