ScanSingleEdge3D


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

Syntax

C++
C#
Python
 
def ScanSingleEdge3D(
	inSurface: Surface,
	inScanMap: ScanMap,
	inEdgeScanParams: EdgeScanParams3D,
	inEdgeSelection: Selection,
	/,
	*,
	inLocalBlindness: LocalBlindness | None = None,
	inMaxProfileGapWidth: int | None = 1,
	outHeightProfile: Profile | None = None,
	outResponseProfile: Profile | None = None
)
-> outEdge: SurfaceEdge1D | None

Parameters

Name Type Range Default Description
Input value inSurface Surface Input surface
Input value inScanMap ScanMap Data precomputed with CreateSurfaceScanMap
Input value inEdgeScanParams EdgeScanParams3D Parameters controlling the surface edge extraction process
Input value inEdgeSelection Selection Selection mode of the resulting edge
Input value inLocalBlindness LocalBlindness | None None Defines conditions in which weaker edges can be detected in the vicinity of stronger edges
Input value inMaxProfileGapWidth int | None 0 - 1 Maximal number of consecutive not existing profile points
Output value outEdge SurfaceEdge1D | None Found surface edge
Output value outHeightProfile Profile | None None Extracted surface height profile
Output value outResponseProfile Profile | None None Profile of the edge (derivative) operator response