Property | Description | Default Value(s) | Restrictions |
Center (Center) |
If the value of the Plane property is X, Y, or Z, then the value of this property specifies the center of the reflection plane. | 0 | |
Copy Input (CopyInput) |
If this property is set to 1, the output will contain the union of the input dataset and its reflection. Otherwise the output will contain only the reflection of the input data. | 1 | Only the values 0 and 1 are accepted. |
Input (Input) |
This property specifies the input to the Reflect filter. | 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. |
|
Plane (Plane) |
The value of this property determines which plane to reflect across. If the value is X, Y, or Z, the value of the Center property determines where the plane is placed along the specified axis. The other six options (X Min, X Max, etc.) place the reflection plane at the specified face of the bounding box of the input dataset. | 0 | The value must be one of the following: X Min (0), Y Min (1), Z Min (2), X Max (3), Y Max (4), Z Max (5), X (6), Y (7), Z (8). |