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

AVS.ScanMultipleEdges3D Method

Locates multiple changes of surface height along a given path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ScanMultipleEdges3D
(
	AvlNet.Surface inSurface,
	AvlNet.ScanMap inScanMap,
	AvlNet.EdgeScanParams3D inEdgeScanParams,
	float inMinDistance,
	float? inMaxDistance,
	AvlNet.LocalBlindness? inLocalBlindness,
	int? inMaxProfileGapWidth,
	IList<AvlNet.SurfaceEdge1D> outEdges,
	AvlNet.Profile outHeightProfile,
	AvlNet.Profile outResponseProfile
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inScanMapAvlNet.ScanMapData precomputed with CreateSurfaceScanMap.
inEdgeScanParamsAvlNet.EdgeScanParams3DParameters controlling the surface edge extraction process.
inMinDistancefloat<0.0f, INF>Minimal distance between consecutive edges.
inMaxDistancefloat?<0.0f, INF>Maximal distance between consecutive edges. Default value: atl::NIL.
inLocalBlindnessAvlNet.LocalBlindness?Defines conditions in which weaker edges can be detected in the vicinity of stronger edges. Default value: atl::NIL.
inMaxProfileGapWidthint?<0, INF>Maximal number of consecutive not existing profile points. Default value: atl::NIL.
outEdgesSystem.Collections.Generic.IList<AvlNet.SurfaceEdge1D>Found surface edges.
outHeightProfileAvlNet.ProfileExtracted surface height profile.
outResponseProfileAvlNet.ProfileProfile of the edge (derivative) operator response.

Function Overrides

See also