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