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

Invoke.AlignPoint3DArrayToPlane

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void AlignPoint3DArrayToPlane
(
	List<Fil.Point3D> inPoints,
	Fil.Plane3D inPlane,
	List<Fil.Point3D> outPoints,
	Optional<Fil.Matrix> outTransform,
	Optional<Fil.Matrix> outInvertedTransform
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.List<Fil.Point3D>
inPlaneFil.Plane3DThe plane that determines rotation transform.
outPointsSystem.Collections.Generic.List<Fil.Point3D>
outTransformFtl.Optional<Fil.Matrix>Matrix of the transform used to align the input points.
outInvertedTransformFtl.Optional<Fil.Matrix>Matrix of the transform rotating the output points to the input ones.

See also