You are here: Start » FIL.NET » Invoke.ProfileZeroCrossings
Finds the points of a profile at which the profile intersects the x-axis.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ProfileZeroCrossings ( Fil.Profile inProfile, Optional<Fil.Range> inRange, List<float> outZeroCrossings )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inProfile | Fil.Profile | Input profile. | ||
![]() | inRange | Ftl.Optional<Fil.Range> | |||
![]() | outZeroCrossings | System.Collections.Generic.List<float> | X coordinates of the locations where the profile crosses the y=0 axis. |