You are here: Start » FIL.NET » FIL.MirrorSurface

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,
	FilNet.Matrix outTransform
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
outSurfaceFilNet.SurfaceMirrored surface.
outTransformFilNet.MatrixMatrix of the transform used to mirror the surface.

Function Overrides

See also