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

FIS.ScanMultipleEdges3D Method

Locates multiple changes of surface height along a given path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ScanMultipleEdges3D
(
	FilNet.Surface inSurface,
	FilNet.ScanMap inScanMap,
	FilNet.EdgeScanParams3D inEdgeScanParams,
	float inMinDistance,
	float? inMaxDistance,
	FilNet.LocalBlindness? inLocalBlindness,
	int? inMaxProfileGapWidth,
	IList<FilNet.SurfaceEdge1D> outEdges,
	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.
inMinDistancefloat<0.0f, INF>Minimal distance between consecutive edges.
inMaxDistancefloat?<0.0f, INF>Maximal distance between consecutive edges. Default value: ftl::NIL.
inLocalBlindnessFilNet.LocalBlindness?Defines conditions in which weaker edges can be detected in the vicinity of stronger edges. Default value: ftl::NIL.
inMaxProfileGapWidthint?<0, INF>Maximal number of consecutive not existing profile points. Default value: ftl::NIL.
outEdgesSystem.Collections.Generic.IList<FilNet.SurfaceEdge1D>Found surface edges.
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