You are here: Start » FIL.NET » FIS.FitPlaneToPoint3DGrid Method
FIS.FitPlaneToPoint3DGrid Method
Approximates points of the input grid with a plane using the Least Squares method.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FitPlaneToPoint3DGrid ( FilNet.Point3DGrid inPointGrid, out FilNet.Plane3D outPlane )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPointGrid | FilNet.Point3DGrid | Input point grid. | ||
![]() | outPlane | FilNet.Plane3D | Fitted plane. |
Function Overrides
- FitPlaneToPoint3DGrid(Point3DGrid, NullableRef<Region>, Plane3D)
- FitPlaneToPoint3DGrid(Point3DGrid, NullableRef<Region>, Plane3D, IList<Single>, Single, Single, IList<Single>, Single)
- FitPlaneToPoint3DGrid(Point3DGrid, NullableRef<Region>, Plane3D, NullableRef<List<Single>>, NullableValue<Single>, NullableValue<Single>, NullableRef<List<Single>>, NullableValue<Single>)