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

FIS.MirrorPoint3DGrid Method

Mirrors each grid point according to the input plane.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void MirrorPoint3DGrid
(
	FilNet.Point3DGrid inGrid,
	FilNet.Plane3D inPlane,
	FilNet.Point3DGrid outGrid,
	NullableRef<FilNet.Matrix> outTransform
)

Parameters

Name Type Range Default Description
inGridFilNet.Point3DGrid
inPlaneFilNet.Plane3DThe plane being a mirror.
outGridFilNet.Point3DGrid
outTransformFilNet.NullableRef<FilNet.Matrix>Matrix of the transform used to mirror the input grid. Can be null to skip this parameter calculation.

Function Overrides

See also