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,
	IList<AvlNet.SurfaceEdge1D> outEdges
)

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.
outEdgesSystem.Collections.Generic.IList<AvlNet.SurfaceEdge1D>Found surface edges.

Function Overrides

See also