You are here: Start » FIL.NET » FIS.SegmentSurface_PlanarCells Method

FIS.SegmentSurface_PlanarCells Method

Computes a list of planar cells of a surface

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SegmentSurface_PlanarCells
(
	FilNet.Surface inSurface,
	int inCellWidth,
	double inFlatnessNoiseLevel,
	float inMinCellCoverage,
	IList<FilNet.Region> outPlanarCells
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.Surface
inCellWidthint<2, INF>16Width of a single cell in the girds coordinate system. Default value: 16.
inFlatnessNoiseLeveldouble<0.0, 1.0>0.04DDefault value: 0.04D.
inMinCellCoveragefloat<0.0f, 1.0f>0.3fMinimum percentage of valid points that a planar cell has to have. Default value: 0.3f.
outPlanarCellsSystem.Collections.Generic.IList<FilNet.Region>

Function Overrides

See also