You are here: Start » FIL.NET » Function Reference » Surface » Surface Spatial Transforms » FIL.MirrorSurface
Transforms Z coordinate of each surface point to its opposite value.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void MirrorSurface ( FilNet.Surface inSurface, FilNet.Surface outSurface, NullableRef<FilNet.Matrix> outTransform )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | outSurface | FilNet.Surface | Mirrored surface. | ||
![]() | outTransform | FilNet.NullableRef<FilNet.Matrix> | Matrix of the transform used to mirror the surface. Can be null to skip this parameter calculation. |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.
Hardware acceleration settings may be manipulated with Settings class.