You are here: Start » FIL.NET » Invoke.ScanSingleEdge3D
Locates the strongest change of surface height along a given path.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ScanSingleEdge3D ( Fil.Surface inSurface, Fil.ScanMap inScanMap, Fil.EdgeScanParams3D inEdgeScanParams, Fil.Selection inEdgeSelection, Optional<Fil.LocalBlindness> inLocalBlindness, Optional<int> inMaxProfileGapWidth, Conditional<Fil.SurfaceEdge1D> outEdge, Optional<Fil.Profile> outHeightProfile, Optional<Fil.Profile> outResponseProfile )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | Fil.Surface | Input surface. | ||
![]() | inScanMap | Fil.ScanMap | Data precomputed with CreateSurfaceScanMap. | ||
![]() | inEdgeScanParams | Fil.EdgeScanParams3D | Parameters controlling the surface edge extraction process. | ||
![]() | inEdgeSelection | Fil.Selection | fil::Selection::Best | Selection mode of the resulting edge. Default value: fil::Selection::Best. | |
![]() | inLocalBlindness | Ftl.Optional<Fil.LocalBlindness> | Defines conditions in which weaker edges can be detected in the vicinity of stronger edges. Default value: ftl::NIL. | ||
![]() | inMaxProfileGapWidth | Ftl.Optional<int> | <0, INF> | 1 | Maximal number of consecutive not existing profile points. Default value: 1. |
![]() | outEdge | Ftl.Conditional<Fil.SurfaceEdge1D> | Found surface edge. | ||
![]() | outHeightProfile | Ftl.Optional<Fil.Profile> | Extracted surface height profile. | ||
![]() | outResponseProfile | Ftl.Optional<Fil.Profile> | Profile of the edge (derivative) operator response. |