You are here: Start » AVL.NET » Invoke.AlignPoint3DGridToPlane
Rotates a grid of 3D points with a rotation that transforms the input plane to be parallel to XY plane.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void AlignPoint3DGridToPlane ( Avl.Point3DGrid inGrid, Avl.Plane3D inPlane, Avl.Point3DGrid outGrid, Optional<Avl.Matrix> outTransform, Optional<Avl.Matrix> outInvertedTransform )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inGrid | Avl.Point3DGrid | |||
![]() | inPlane | Avl.Plane3D | The plane that determines rotation transform. | ||
![]() | outGrid | Avl.Point3DGrid | |||
![]() | outTransform | Atl.Optional<Avl.Matrix> | Matrix of the transform used to align the input grid. | ||
![]() | outInvertedTransform | Atl.Optional<Avl.Matrix> | Matrix of the transform rotating the output grid to the input one. |