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

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
inSurfaceFil.SurfaceInput surface.
outSurfaceFil.SurfaceMirrored surface.
outTransformFtl.Optional<Fil.Matrix>Matrix of the transform used to mirror the surface.

See also