You are here: Start » FIL.NET » Invoke.AlignPoint3DGridToPlane
Rotates a grid 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 AlignPoint3DGridToPlane ( Fil.Point3DGrid inGrid, Fil.Plane3D inPlane, Fil.Point3DGrid outGrid, Optional<Fil.Matrix> outTransform, Optional<Fil.Matrix> outInvertedTransform )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inGrid | Fil.Point3DGrid | |||
![]() | inPlane | Fil.Plane3D | The plane that determines rotation transform. | ||
![]() | outGrid | Fil.Point3DGrid | |||
![]() | outTransform | Ftl.Optional<Fil.Matrix> | Matrix of the transform used to align the input grid. | ||
![]() | outInvertedTransform | Ftl.Optional<Fil.Matrix> | Matrix of the transform rotating the output grid to the input one. |