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

AVS.ScanExactlyNEdges3D Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ScanExactlyNEdges3D
(
	AvlNet.Surface inSurface,
	AvlNet.ScanMap inScanMap,
	AvlNet.EdgeScanParams3D inEdgeScanParams,
	int inEdgeCount,
	AvlNet.Selection inEdgeSelection,
	float inMinDistance,
	INullable<List<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.
inEdgeCountint<0, INF>1Number of surface edges to be found. Default value: 1.
inEdgeSelectionAvlNet.Selectionavl::Selection::BestSelection mode of the resulting edges. Default value: avl::Selection::Best.
inMinDistancefloat<0.0f, INF>0.0fMinimal distance between consecutive edges. Default value: 0.0f.
outEdgesAvlNet.INullable<System.Collections.Generic.List<AvlNet.SurfaceEdge1D>>Found surface edges. This parameter cannot be null.

Function Overrides

See also