You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.List<Fil.Point3D> | |||
![]() | inPlane | Fil.Plane3D | The plane that determines rotation transform. | ||
![]() | outPoints | System.Collections.Generic.List<Fil.Point3D> | |||
![]() | outTransform | Ftl.Optional<Fil.Matrix> | Matrix of the transform used to align the input points. | ||
![]() | outInvertedTransform | Ftl.Optional<Fil.Matrix> | Matrix of the transform rotating the output points to the input ones. |