You are here: Start » AVL.NET » AVL.ProfileEdges(AvlNet.Profile, bool, AvlNet.EdgeScanParams, float, float?, AvlNet.LocalBlindness, AvlNet.ProfileEdge[], float[])
AVL.ProfileEdges(AvlNet.Profile, bool, AvlNet.EdgeScanParams, float, float?, AvlNet.LocalBlindness, AvlNet.ProfileEdge[], float[])
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ProfileEdges( AvlNet.Profile inProfile, bool inCyclic, AvlNet.EdgeScanParams inEdgeScanParams, float inMinDistance, float? inMaxDistance, AvlNet.LocalBlindness inLocalBlindness, out AvlNet.ProfileEdge[] outEdges, out float[] outDistances )
Parameters
- inProfile
- Type: AvlNet.Profile
- inCyclic
- Type: System.Boolean
- inEdgeScanParams
- Type: AvlNet.EdgeScanParams
- inMinDistance
- Type: System.Single
- inMaxDistance
- Type: System.Nullable<System.Single>
- inLocalBlindness
- Type: AvlNet.LocalBlindness
- outEdges
- Type: AvlNet.ProfileEdge
- outDistances
- Type: System.Single
