You are here: Start » FIL.NET » FIS.JoinAdjacentPaths Method
FIS.JoinAdjacentPaths Method
Joins those paths of an array which endpoints lie near enough.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void JoinAdjacentPaths ( IList<FilNet.Path> inPaths, float inMaxJoiningDistance, float inMaxJoiningAngle, float inJoiningDistanceBalance, float inMinPathLength, IList<FilNet.Path> outPaths )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPaths | System.Collections.Generic.IList<FilNet.Path> | |||
![]() | inMaxJoiningDistance | float | <0.0f, INF> | 10.0f | Maximal distance between edges that can be joined. Default value: 10.0f. |
![]() | inMaxJoiningAngle | float | <0.0f, 180.0f> | 30.0f | Maximal allowed angle between edges being joined. Default value: 30.0f. |
![]() | inJoiningDistanceBalance | float | <0.0f, 1.0f> | 1.0f | Determines how important distance between paths is according to their angle difference. Default value: 1.0f. |
![]() | inMinPathLength | float | <0.0f, INF> | 0.0f | Minimal length of a path. Default value: 0.0f. |
![]() | outPaths | System.Collections.Generic.IList<FilNet.Path> |