SegmentPoint3DGrid_PlanarCells
Computes a list of planar cells of a point cloud
Syntax
C++
C#
Python
def SegmentPoint3DGrid_PlanarCells( inPointCloud: Point3DGrid, /, *, inCellSize: float = 16.0, inFlatnessNoiseLevel: float = 0.04 ) -> ( outPlanarCells: list[ list[Point3D] ], diagPlanarCellNormals: list[Segment3D], diagPlanarCellBoxes: list[Box3D] )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inPointCloud | Point3DGrid | |||
![]() |
inCellSize | float | 2.0 - ![]() |
16.0 | Size of a single cell in the real coordinate system |
![]() |
inFlatnessNoiseLevel | float | 0.0D - 1.0D | 0.04 | |
![]() |
outPlanarCells | list[ list[Point3D] ] | |||
![]() |
diagPlanarCellNormals | list[Segment3D] | Segments representing the normals of computed cells | ||
![]() |
diagPlanarCellBoxes | list[Box3D] | Bounding boxes of planar cells |




