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

FIS.MirrorPoint3DArray Method

Mirrors each point from the array according to the input plane.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void MirrorPoint3DArray
(
	IList<FilNet.Point3D> inPoints3D,
	FilNet.Plane3D inPlane,
	IList<FilNet.Point3D> outPoints3D,
	NullableRef<FilNet.Matrix> outTransform
)

Parameters

Name Type Range Default Description
inPoints3DSystem.Collections.Generic.IList<FilNet.Point3D>
inPlaneFilNet.Plane3DThe plane being a mirror.
outPoints3DSystem.Collections.Generic.IList<FilNet.Point3D>
outTransformFilNet.NullableRef<FilNet.Matrix>Matrix of the transform used to mirror the input points. Can be null to skip this parameter calculation.

Function Overrides

See also