Property | Description | Default Value(s) | Restrictions |
All Scalars (AllScalars) |
If the value of this property is 1, then a cell is only included in the output if the value of the selected array for all its points is within the threshold. This is only relevant when thresholding by a point-centered array. | 1 | Only the values 0 and 1 are accepted. |
Input (Input) |
This property specifies the input to the Threshold filter. | The selected object must be the result of the following: sources (includes readers), filters. The dataset must contain a point or cell array with 1 components. The selected dataset must be one of the following types (or a subclass of one of them): vtkDataSet. |
|
Scalars (SelectInputScalars) |
The value of this property contains the name of the scalar array from which to perform thresholding. | An array of scalars is required. Valud array names will be chosen from point and cell data. |
|
Threshold Range (ThresholdBetween) |
The values of this property specify the upper and lower bounds of the thresholding operation. | 0 0 | The value must lie within the range of the selected data array. |