You are here: Start » FIL.NET » FIS.PathToPathMaximumDistance Method
FIS.PathToPathMaximumDistance Method
Computes the distance between the farthest point of the input path from the other path.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void PathToPathMaximumDistance ( FilNet.Path inPath1, FilNet.Path inPath2, FilNet.PathDistanceMode inPathDistanceMode, float inResolution, out float outDistance )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath1 | FilNet.Path | First input path. | ||
![]() | inPath2 | FilNet.Path | Second input path. | ||
![]() | inPathDistanceMode | FilNet.PathDistanceMode | Distance measuring method. | ||
![]() | inResolution | float | <0.0f, INF> | 1.0f | Default value: 1.0f. |
![]() | outDistance | float | Distance between farthest point of the input path the other input path. |
Function Overrides
- PathToPathMaximumDistance(Path, Path, PathDistanceMode, Single, Single, Segment2D)
- PathToPathMaximumDistance(Path, Path, PathDistanceMode, Single, Single, NullableValue<Segment2D>)