You are here: Start » FIL.NET » Function Reference » Point3DGrid » Point3DGrid Spatial Transforms » FIL.AlignPoint3DGridToPlane
Rotates a grid of 3D points with a rotation that transforms the input plane to be parallel to XY plane.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void AlignPoint3DGridToPlane ( FilNet.Point3DGrid inGrid, FilNet.Plane3D inPlane, FilNet.Point3DGrid outGrid, FilNet.Matrix outTransform, FilNet.Matrix outInvertedTransform )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inGrid | FilNet.Point3DGrid | |||
![]() | inPlane | FilNet.Plane3D | The plane that determines rotation transform. | ||
![]() | outGrid | FilNet.Point3DGrid | |||
![]() | outTransform | FilNet.Matrix | Matrix of the transform used to align the input grid. | ||
![]() | outInvertedTransform | FilNet.Matrix | Matrix of the transform rotating the output grid to the input one. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Indefinite plane on input in AlignPoint3DGridToPlane. |
Function Overrides
- AlignPoint3DGridToPlane(Point3DGrid, Plane3D, Point3DGrid)
- AlignPoint3DGridToPlane(Point3DGrid, Plane3D, Point3DGrid, NullableRef<Matrix>, NullableRef<Matrix>)