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

AVS.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? inMaxProfileGapWidth,
	INullable<AvlNet.SurfaceStripe1D> outStripe,
	AvlNet.Profile outHeightProfile,
	AvlNet.Profile outResponseProfile
)

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.
inMaxProfileGapWidthint?<0, INF>1Maximal number of consecutive not existing profile points. Default value: 1.
outStripeAvlNet.INullable<AvlNet.SurfaceStripe1D>Found surface stripe. This parameter cannot be null.
outHeightProfileAvlNet.ProfileExtracted surface height profile.
outResponseProfileAvlNet.ProfileProfile of the edge (derivative) operator response.

Function Overrides

See also