You are here: Start » AVL.NET » AVL.ProfileStripes(AvlNet.Profile, bool, AvlNet.StripeScanParams, float, AvlNet.ProfileStripe[])
AVL.ProfileStripes(AvlNet.Profile, bool, AvlNet.StripeScanParams, float, AvlNet.ProfileStripe[])
Finds pairs of opposite (raising and falling) edges in the input profile.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ProfileStripes( AvlNet.Profile inProfile, bool inCyclic, AvlNet.StripeScanParams inStripeScanParams, float inMinGapWidth, out AvlNet.ProfileStripe[] outStripes )
Parameters
- inProfile
- Type: AvlNet.Profile
Input profile - inCyclic
- Type: System.Boolean
- inStripeScanParams
- Type: AvlNet.StripeScanParams
Parameters controlling the stripe extraction process - inMinGapWidth
- Type: System.Single
Minimal distance between consecutive stripes - outStripes
- Type: AvlNet.ProfileStripe
Found stripes
Remarks
See full override for more details.
