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 | |
|---|---|---|---|---|
![]() |
inProfile | Profile | Input profile | |
![]() |
inRange | Range | None | None | |
![]() |
outZeroCrossings | list[float] | X coordinates of the locations where the profile crosses the y=0 axis |


