Property | Description | Default 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. |