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

FIS.MirrorPoint3D Method

Mirrors a point according to the input plane.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void MirrorPoint3D
(
	FilNet.Point3D inPoint3D,
	FilNet.Plane3D inPlane,
	out FilNet.Point3D outPoint3D,
	NullableRef<FilNet.Matrix> outTransform
)

Parameters

Name Type Range Default Description
inPoint3DFilNet.Point3D
inPlaneFilNet.Plane3DThe plane being a mirror.
outPoint3DFilNet.Point3D
outTransformFilNet.NullableRef<FilNet.Matrix>Matrix of the transform used to mirror the input point. Can be null to skip this parameter calculation.

Function Overrides

See also