MirrorSurface
Transforms Z coordinate of each surface point to its opposite value.
Syntax
C++
C#
Python
def MirrorSurface( inSurface: Surface, outSurface: Surface, /, *, outTransform: Matrix | None = None ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSurface | Surface | Input surface | |
![]() |
outSurface | Surface | Mirrored surface | |
![]() |
outTransform | Matrix | None | None | Matrix of the transform used to mirror the surface |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.


