ProfileZeroCrossings


Finds the points of a profile at which the profile intersects the x-axis.

Syntax

C++
C#
Python
 
def ProfileZeroCrossings(
	inProfile: Profile,
	/,
	*,
	inRange: Range | None = None
)
-> outZeroCrossings: list[float]

Parameters

Name Type Default Description
Input value inProfile Profile Input profile
Input value inRange Range | None None
Output value outZeroCrossings list[float] X coordinates of the locations where the profile crosses the y=0 axis