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

AVS.ScanSingleEdge3D Method

Locates the strongest change of surface height along a given path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ScanSingleEdge3D
(
	AvlNet.Surface inSurface,
	AvlNet.ScanMap inScanMap,
	AvlNet.EdgeScanParams3D inEdgeScanParams,
	AvlNet.Selection inEdgeSelection,
	AvlNet.LocalBlindness? inLocalBlindness,
	int? inMaxProfileGapWidth,
	out AvlNet.SurfaceEdge1D? outEdge
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inScanMapAvlNet.ScanMapData precomputed with CreateSurfaceScanMap.
inEdgeScanParamsAvlNet.EdgeScanParams3DParameters controlling the surface edge extraction process.
inEdgeSelectionAvlNet.Selectionavl::Selection::BestSelection mode of the resulting edge. 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.
outEdgeAvlNet.SurfaceEdge1D?Found surface edge.

Function Overrides

See also