You are here: Start » AVL.NET » Invoke.ScanMultipleEdges3D
Locates multiple changes of surface height along a given path.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void ScanMultipleEdges3D ( Avl.Surface inSurface, Avl.ScanMap inScanMap, Avl.EdgeScanParams3D inEdgeScanParams, float inMinDistance, Optional<float> inMaxDistance, Optional<Avl.LocalBlindness> inLocalBlindness, Optional<int> inMaxProfileGapWidth, 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. | ||
![]() | inMinDistance | float | <0.0f, INF> | Minimal distance between consecutive edges. | |
![]() | 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> | Maximal number of consecutive not existing profile points. Default value: atl::NIL. | |
![]() | outEdges | 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. |