You are here: Start » FIL.NET » FIS.SegmentPoint3DGrid_PlanarCells Method
FIS.SegmentPoint3DGrid_PlanarCells Method
Computes a list of planar cells of a point cloud
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SegmentPoint3DGrid_PlanarCells ( FilNet.Point3DGrid inPointCloud, float inCellSize, double inFlatnessNoiseLevel, IList<List<FilNet.Point3D>> outPlanarCells )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPointCloud | FilNet.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.IList<System.Collections.Generic.List<FilNet.Point3D>> |