You are here: Start » AVL.NET » Invoke.ScanSingleEdge3D

Invoke.ScanSingleEdge3D

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ScanSingleEdge3D
(
	Avl.Surface inSurface,
	Avl.ScanMap inScanMap,
	Avl.EdgeScanParams3D inEdgeScanParams,
	Avl.Selection inEdgeSelection,
	Optional<Avl.LocalBlindness> inLocalBlindness,
	Optional<int> inMaxProfileGapWidth,
	Conditional<Avl.SurfaceEdge1D> outEdge,
	Optional<Avl.Profile> outHeightProfile,
	Optional<Avl.Profile> outResponseProfile
)

Parameters

Name Type Range Default Description
inSurfaceAvl.SurfaceInput surface.
inScanMapAvl.ScanMapData precomputed with CreateSurfaceScanMap.
inEdgeScanParamsAvl.EdgeScanParams3DParameters controlling the surface edge extraction process.
inEdgeSelectionAvl.Selectionavl::Selection::BestSelection mode of the resulting edge. Default value: avl::Selection::Best.
inLocalBlindnessAtl.Optional<Avl.LocalBlindness>Defines conditions in which weaker edges can be detected in the vicinity of stronger edges. Default value: atl::NIL.
inMaxProfileGapWidthAtl.Optional<int><0, INF>1Maximal number of consecutive not existing profile points. Default value: 1.
outEdgeAtl.Conditional<Avl.SurfaceEdge1D>Found surface edge.
outHeightProfileAtl.Optional<Avl.Profile>Extracted surface height profile.
outResponseProfileAtl.Optional<Avl.Profile>Profile of the edge (derivative) operator response.

See also