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,
	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.
outEdgeAvlNet.SurfaceEdge1D?Found surface edge.

Function Overrides

See also