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

FIS.AlignPoint3DArrayToPlane Method

Rotates an array of 3D points with a rotation that transforms the input plane to be parallel to XY plane.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void AlignPoint3DArrayToPlane
(
	IList<FilNet.Point3D> inPoints,
	FilNet.Plane3D inPlane,
	IList<FilNet.Point3D> outPoints,
	FilNet.Matrix outTransform,
	FilNet.Matrix outInvertedTransform
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<FilNet.Point3D>
inPlaneFilNet.Plane3DThe plane that determines rotation transform.
outPointsSystem.Collections.Generic.IList<FilNet.Point3D>
outTransformFilNet.MatrixMatrix of the transform used to align the input points.
outInvertedTransformFilNet.MatrixMatrix of the transform rotating the output points to the input ones.

Function Overrides

See also