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

FIS.MeasureObjectWidth3D Method

Measures the width of an object using stripe detection.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void MeasureObjectWidth3D
(
	FilNet.Surface inSurface,
	IList<FilNet.ScanMap> inMeasurementMap,
	FilNet.StripeScanParams3D inStripeScanParams,
	FilNet.MeasureObjectMethod inMeasureMethod,
	FilNet.Selection inStripeSelection,
	int inOutlierCount,
	out float? outObjectWidth,
	out FilNet.Segment2D? outSegment1,
	out FilNet.Segment2D? outSegment2
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
inMeasurementMapSystem.Collections.Generic.IList<FilNet.ScanMap>Input measurement map.
inStripeScanParamsFilNet.StripeScanParams3DParameters controlling the object stripe extraction process.
inMeasureMethodFilNet.MeasureObjectMethodMethod used to measure the object.
inStripeSelectionFilNet.Selectionfil::Selection::BestSelection mode of edges of the object. Default value: fil::Selection::Best.
inOutlierCountint<0, INF>Determines how many outlying points are rejected before the width is measured.
outObjectWidthfloat?Width of the object.
outSegment1FilNet.Segment2D?First edge of the object.
outSegment2FilNet.Segment2D?Second edge of the object.

Function Overrides

See also