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

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
inSurfaceFil.SurfaceInput surface.
inScanMapFil.ScanMapData precomputed with CreateSurfaceScanMap.
inEdgeScanParamsFil.EdgeScanParams3DParameters controlling the surface edge extraction process.
inEdgeSelectionFil.Selectionfil::Selection::BestSelection mode of the resulting edge. Default value: fil::Selection::Best.
inLocalBlindnessFtl.Optional<Fil.LocalBlindness>Defines conditions in which weaker edges can be detected in the vicinity of stronger edges. Default value: ftl::NIL.
inMaxProfileGapWidthFtl.Optional<int><0, INF>1Maximal number of consecutive not existing profile points. Default value: 1.
outEdgeFtl.Conditional<Fil.SurfaceEdge1D>Found surface edge.
outHeightProfileFtl.Optional<Fil.Profile>Extracted surface height profile.
outResponseProfileFtl.Optional<Fil.Profile>Profile of the edge (derivative) operator response.

See also