You are here: Start » AVL.NET » AVS.SegmentPoint3DGrid_PlanarCells Method

AVS.SegmentPoint3DGrid_PlanarCells Method

Computes a list of planar cells of a point cloud

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SegmentPoint3DGrid_PlanarCells
(
	AvlNet.Point3DGrid inPointCloud,
	float inCellSize,
	double inFlatnessNoiseLevel,
	IList<List<AvlNet.Point3D>> outPlanarCells
)

Parameters

Name Type Range Default Description
inPointCloudAvlNet.Point3DGrid
inCellSizefloat<2.0f, INF>16.0fSize of a single cell in the real coordinate system. Default value: 16.0f.
inFlatnessNoiseLeveldouble<0.0, 1.0>0.04DDefault value: 0.04D.
outPlanarCellsSystem.Collections.Generic.IList<System.Collections.Generic.List<AvlNet.Point3D>>

Function Overrides

See also