You are here: Start » AVL.NET » AVL.ScanSingleStripe3D Method

AVL.ScanSingleStripe3D Method

Locates the strongest pair of changes of surface height along a given path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ScanSingleStripe3D(
	AvlNet.Surface inSurface,
	AvlNet.ScanMap inScanMap,
	AvlNet.StripeScanParams3D inStripeScanParams,
	AvlNet.Selection inStripeSelection,
	AvlNet.LocalBlindness? inLocalBlindness,
	int? inMaxInterpolationLength,
	out AvlNet.SurfaceStripe1D? outStripe
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inScanMapAvlNet.ScanMapData precomputed with CreateSurfaceScanMap.
inStripeScanParamsAvlNet.StripeScanParams3DParameters controlling the surface stripe extraction process.
inStripeSelectionAvlNet.Selectionavl::Selection::BestSelection mode of the resulting stripe. Default value: avl::Selection::Best.
inLocalBlindnessAvlNet.LocalBlindness?Defines conditions in which weaker edges can be detected in the vicinity of stronger edges. Default value: atl::NIL, or null.
inMaxInterpolationLengthint?<0, INF>1Maximal number of consecutive not existing profile points. Default value: 1, or null.
outStripeAvlNet.SurfaceStripe1D?Found surface stripe.

See also