Search the documentation
Enter at least 2 characters
Enter at least 2 characters
![]() |
CAE Fidesys 9.0 Documentation |
This filter takes the union of the input and its reflection over an axis-aligned plane.
The Reflect filter reflects the input dataset across the specified plane. This filter operates on any type of data set and produces an unstructured mesh output.
| Property | Description | Default(s) | Restrictions |
|---|---|---|---|
| Input | This property specifies the input to the Reflect filter. | Accepts input of following types:
|
|
| 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(s) is an enumeration of the following:
|
| 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.0 | |
| 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 | Accepts boolean values (0 or 1). |
| FlipAllInputArrays | If off, only Vectors, Normals and Tensors will be flipped. If on, all 3-component data arrays ( considered as 3D vectors), 6-component data arrays (considered as symmetric tensors), 9-component data arrays (considered as tensors ) of signed type will be flipped. All other arrays won't be flipped and will only be copied. | 1 | Accepts boolean values (0 or 1). |