You are here: Start » FIL.NET » Invoke.MirrorPoint3DArray

Invoke.MirrorPoint3DArray

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void MirrorPoint3DArray
(
	List<Fil.Point3D> inPoints3D,
	Fil.Plane3D inPlane,
	List<Fil.Point3D> outPoints3D,
	Optional<Fil.Matrix> outTransform
)

Parameters

Name Type Range Default Description
inPoints3DSystem.Collections.Generic.List<Fil.Point3D>
inPlaneFil.Plane3DThe plane being a mirror.
outPoints3DSystem.Collections.Generic.List<Fil.Point3D>
outTransformFtl.Optional<Fil.Matrix>Matrix of the transform used to mirror the input points.

See also