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