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
Input value inSurface Surface Input surface
Output value outSurface Surface Mirrored surface
Output value 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.