You are here: Start » FIL.NET » Invoke.MirrorSurface
Transforms Z coordinate of each surface point to its opposite value.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void MirrorSurface ( Fil.Surface inSurface, Fil.Surface outSurface, Optional<Fil.Matrix> outTransform )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurface | Fil.Surface | Input surface. | ||
![]() | outSurface | Fil.Surface | Mirrored surface. | ||
![]() | outTransform | Ftl.Optional<Fil.Matrix> | Matrix of the transform used to mirror the surface. |


