You are here: Start » AVL.NET » Invoke.ScanExactlyNEdges3D
Locates a specified number of the strongest changes of surface height along a given path.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void ScanExactlyNEdges3D ( Avl.Surface inSurface, Avl.ScanMap inScanMap, Avl.EdgeScanParams3D inEdgeScanParams, int inEdgeCount, Avl.Selection inEdgeSelection, float inMinDistance, Optional<float> inMaxDistance, Optional<Avl.LocalBlindness> inLocalBlindness, Optional<int> inMaxProfileGapWidth, Conditional<List<Avl.SurfaceEdge1D>> outEdges, Optional<Avl.Profile> outHeightProfile, Optional<Avl.Profile> outResponseProfile )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | Avl.Surface | Input surface. | ||
![]() | inScanMap | Avl.ScanMap | Data precomputed with CreateSurfaceScanMap. | ||
![]() | inEdgeScanParams | Avl.EdgeScanParams3D | Parameters controlling the surface edge extraction process. | ||
![]() | inEdgeCount | int | <0, INF> | 1 | Number of surface edges to be found. Default value: 1. |
![]() | inEdgeSelection | Avl.Selection | avl::Selection::Best | Selection mode of the resulting edges. Default value: avl::Selection::Best. | |
![]() | inMinDistance | float | <0.0f, INF> | 0.0f | Minimal distance between consecutive edges. Default value: 0.0f. |
![]() | inMaxDistance | Atl.Optional<float> | <0.0f, INF> | Maximal distance between consecutive edges. Default value: atl::NIL. | |
![]() | inLocalBlindness | Atl.Optional<Avl.LocalBlindness> | Defines conditions in which weaker edges can be detected in the vicinity of stronger edges. Default value: atl::NIL. | ||
![]() | inMaxProfileGapWidth | Atl.Optional<int> | <0, INF> | 1 | Maximal number of consecutive not existing profile points. Default value: 1. |
![]() | outEdges | Atl.Conditional<System.Collections.Generic.List<Avl.SurfaceEdge1D>> | Found surface edges. | ||
![]() | outHeightProfile | Atl.Optional<Avl.Profile> | Extracted surface height profile. | ||
![]() | outResponseProfile | Atl.Optional<Avl.Profile> | Profile of the edge (derivative) operator response. |