You are here: Start » FIL.NET » Function Reference » Point3DGrid » Point3DGrid Spatial Transforms » FIL.MirrorPoint3DGrid

FIL.MirrorPoint3DGrid

Mirrors each grid point according to the input plane.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void MirrorPoint3DGrid
(
	FilNet.Point3DGrid inGrid,
	FilNet.Plane3D inPlane,
	FilNet.Point3DGrid outGrid,
	FilNet.Matrix outTransform
)

Parameters

Name Type Range Default Description
inGridFilNet.Point3DGrid
inPlaneFilNet.Plane3DThe plane being a mirror.
outGridFilNet.Point3DGrid
outTransformFilNet.MatrixMatrix of the transform used to mirror the input grid.

Errors

List of possible exceptions:

Error type Description
DomainError Indefinite plane on input in MirrorPoint3DGrid.

Function Overrides

See also