You are here: Start » AVL.NET » Invoke.SegmentPoint3DGrid_PlanarCells
Computes a list of planar cells of a point cloud
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void SegmentPoint3DGrid_PlanarCells ( Avl.Point3DGrid inPointCloud, float inCellSize, double inFlatnessNoiseLevel, List<List<Avl.Point3D>> outPlanarCells, Diagnostic<List<Avl.Segment3D>> diagPlanarCellNormals, Diagnostic<List<Avl.Box3D>> diagPlanarCellBoxes )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPointCloud | Avl.Point3DGrid | |||
![]()  | inCellSize | float | <2.0f, INF> | 16.0f | Size of a single cell in the real coordinate system. Default value: 16.0f. | 
![]()  | inFlatnessNoiseLevel | double | <0.0, 1.0> | 0.04D | Default value: 0.04D. | 
![]()  | outPlanarCells | System.Collections.Generic.List<System.Collections.Generic.List<Avl.Point3D>> | |||
![]()  | diagPlanarCellNormals | Avl.Diagnostic<System.Collections.Generic.List<Avl.Segment3D>> | Segments representing the normals of computed cells. | ||
![]()  | diagPlanarCellBoxes | Avl.Diagnostic<System.Collections.Generic.List<Avl.Box3D>> | Bounding boxes of planar cells. | 



