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


