Clip (Clip)
Clip with an implicit plane. Clipping does not reduce the dimensionality of the data set. The output data type of this filter is always an unstructured grid.
The Clip filter cuts away a portion of the input data set using an implicit plane. This filter operates on all types of data sets, and it returns unstructured grid data on output.

PropertyDescriptionDefault Value(s)Restrictions
Clip Type
(ClipFunction)
This property specifies the parameters of the clip function (an implicit plane) used to clip the dataset.  

The value must be set to one of the following: Plane.

 
Input
(Input)
This property specifies the dataset on which the Clip filter will operate.  

The selected object must be the result of the following: sources (includes readers), filters.

The selected dataset must be one of the following types (or a subclass of one of them): vtkDataSet.

 
Inside Out
(InsideOut)
If this property is set to 0, the clip filter will return that portion of the dataset that lies within the clip function. If set to 1, the portions of the dataset that lie outside the clip function will be returned instead. 0

Only the values 0 and 1 are accepted.