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

FIS.ScanMultipleEdges3D_Direct Method

Locates multiple changes of surface height along a given path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ScanMultipleEdges3D_Direct
(
	FilNet.Surface inSurface,
	FilNet.Path inScanPath,
	int inScanWidth,
	FilNet.InterpolationMethod inSurfaceInterpolation,
	FilNet.EdgeScanParams3D inEdgeScanParams,
	float inMinDistance,
	IList<FilNet.SurfaceEdge1D> outEdges
)

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 ).
inMinDistancefloat<0.0f, INF>0.0fMinimal distance between consecutive edges. Default value: 0.0f.
outEdgesSystem.Collections.Generic.IList<FilNet.SurfaceEdge1D>Found surface edges.

Function Overrides

See also