You are here: Start » FIL.NET » Invoke.SegmentPoint3DGrid_PlanarCells
Computes a list of planar cells of a point cloud
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void SegmentPoint3DGrid_PlanarCells ( Fil.Point3DGrid inPointCloud, float inCellSize, double inFlatnessNoiseLevel, List<List<Fil.Point3D>> outPlanarCells, Diagnostic<List<Fil.Segment3D>> diagPlanarCellNormals, Diagnostic<List<Fil.Box3D>> diagPlanarCellBoxes )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPointCloud | Fil.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<Fil.Point3D>> | |||
![]() | diagPlanarCellNormals | Fil.Diagnostic<System.Collections.Generic.List<Fil.Segment3D>> | Segments representing the normals of computed cells. | ||
![]() | diagPlanarCellBoxes | Fil.Diagnostic<System.Collections.Generic.List<Fil.Box3D>> | Bounding boxes of planar cells. |