pcut

The cut module allows you to create a subset of your input which is of the same dimensionality.  This means that volumetric, surface, line and point inputs will have subsetted outputs of the same object type.  This is unlike slice which decreases dimensionality.

The cut module is used to cut away part of the input field using a cutting plane defined by one of four methods

The cut module cuts through an input field using a slicing plane defined by one of four methods

NOTES:

 

The cutting plane essentially cuts the data field into two parts and sends only the part above or below the plane to the output ports (above and below are terms which are defined by the normal vector of the cutting plane). The output of cut is the subset of the model from the side of the cut plane specified.

Module Input Ports

Module Output Ports