You are here: Start » FIL.NET » FIS.ScanSingleEdge3D Method

FIS.ScanSingleEdge3D Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ScanSingleEdge3D
(
	FilNet.Surface inSurface,
	FilNet.ScanMap inScanMap,
	FilNet.EdgeScanParams3D inEdgeScanParams,
	FilNet.Selection inEdgeSelection,
	FilNet.LocalBlindness? inLocalBlindness,
	int? inMaxProfileGapWidth,
	out FilNet.SurfaceEdge1D? outEdge,
	NullableRef<FilNet.Profile> outHeightProfile,
	NullableRef<FilNet.Profile> outResponseProfile
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
inScanMapFilNet.ScanMapData precomputed with CreateSurfaceScanMap.
inEdgeScanParamsFilNet.EdgeScanParams3DParameters controlling the surface edge extraction process.
inEdgeSelectionFilNet.Selectionfil::Selection::BestSelection mode of the resulting edge. Default value: fil::Selection::Best.
inLocalBlindnessFilNet.LocalBlindness?Defines conditions in which weaker edges can be detected in the vicinity of stronger edges. Default value: ftl::NIL.
inMaxProfileGapWidthint?<0, INF>1Maximal number of consecutive not existing profile points. Default value: 1.
outEdgeFilNet.SurfaceEdge1D?Found surface edge.
outHeightProfileFilNet.NullableRef<FilNet.Profile>Extracted surface height profile. Can be null to skip this parameter calculation.
outResponseProfileFilNet.NullableRef<FilNet.Profile>Profile of the edge (derivative) operator response. Can be null to skip this parameter calculation.

Function Overrides

See also