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

FIS.ScanSingleEdge3D_Direct Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ScanSingleEdge3D_Direct
(
	FilNet.Surface inSurface,
	FilNet.Path inScanPath,
	int inScanWidth,
	FilNet.InterpolationMethod inSurfaceInterpolation,
	FilNet.EdgeScanParams3D inEdgeScanParams,
	FilNet.Selection inEdgeSelection,
	out FilNet.SurfaceEdge1D? outEdge
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
inScanPathFilNet.PathPath along which the scan is performed.
inScanWidthint<1, INF>5Width of the scan field in pixels. Default value: 5.
inSurfaceInterpolationFilNet.InterpolationMethodBilinearInterpolation method used for extraction of surface points. Default value: Bilinear.
inEdgeScanParamsFilNet.EdgeScanParams3DEdgeScanParams3D ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f EdgeTransition: LowToHigh )Parameters controlling the surface edge extraction process. Default value: EdgeScanParams3D ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f EdgeTransition: LowToHigh ).
inEdgeSelectionFilNet.SelectionIf many edge points are possible, defines which one is selected.
outEdgeFilNet.SurfaceEdge1D?Found surface edge.

Function Overrides

See also