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

FIS.MirrorSurface Method

Transforms Z coordinate of each surface point to its opposite value.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void MirrorSurface
(
	FilNet.Surface inSurface,
	FilNet.Surface outSurface,
	NullableRef<FilNet.Matrix> outTransform
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
outSurfaceFilNet.SurfaceMirrored surface.
outTransformFilNet.NullableRef<FilNet.Matrix>Matrix of the transform used to mirror the surface. Can be null to skip this parameter calculation.

Function Overrides

See also