You are here: Start » AVL.NET » Function Reference » Point3DGrid » Point3DGrid Fitting » AVL.FitPlaneToPoint3DGrid
Approximates points of the input grid with a plane using the Least Squares method.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void FitPlaneToPoint3DGrid ( AvlNet.Point3DGrid inPointGrid, NullableRef<AvlNet.Region> inRoi, out AvlNet.Plane3D outPlane )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPointGrid | AvlNet.Point3DGrid | Input point grid. | ||
![]() | inRoi | AvlNet.NullableRef<AvlNet.Region> | Region of interest. Default value: atl::NIL. | ||
![]() | outPlane | AvlNet.Plane3D | Fitted plane. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | No points to fit the plane to in FitPlaneToPoint3DGrid. |
Function Overrides
- FitPlaneToPoint3DGrid(Point3DGrid, 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>)


