You are here: Start » AVL.NET » AVL.ProfileEdges(AvlNet.Profile, bool, AvlNet.EdgeScanParams, float, AvlNet.ProfileEdge[])
AVL.ProfileEdges(AvlNet.Profile, bool, AvlNet.EdgeScanParams, float, AvlNet.ProfileEdge[])
Finds the locations at which the profile values raise or fall quickly.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ProfileEdges( AvlNet.Profile inProfile, bool inCyclic, AvlNet.EdgeScanParams inEdgeScanParams, float inMinDistance, out AvlNet.ProfileEdge[] outEdges )
Parameters
- inProfile
- Type: AvlNet.Profile
Input profile - inCyclic
- Type: System.Boolean
- inEdgeScanParams
- Type: AvlNet.EdgeScanParams
Parameters controlling the edge extraction process - inMinDistance
- Type: System.Single
Minimal distance between consecutive edges - outEdges
- Type: AvlNet.ProfileEdge
Found edges
Remarks
See full override for more details.
