You are here: Start » FIL.NET » FIL.AlignPoint3DArrayToPlane
Rotates an array 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 AlignPoint3DArrayToPlane ( IList<FilNet.Point3D> inPoints, FilNet.Plane3D inPlane, IList<FilNet.Point3D> outPoints )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<FilNet.Point3D> | |||
![]() | inPlane | FilNet.Plane3D | The plane that determines rotation transform. | ||
![]() | outPoints | System.Collections.Generic.IList<FilNet.Point3D> |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Indefinite plane on input in AlignPoint3DArrayToPlane. |
Function Overrides
- AlignPoint3DArrayToPlane(IList<Point3D>, Plane3D, IList<Point3D>, Matrix, Matrix)
- AlignPoint3DArrayToPlane(IList<Point3D>, Plane3D, IList<Point3D>, NullableRef<Matrix>, NullableRef<Matrix>)