You are here: Start » FIL.NET » Invoke.PathToPathDistance
Computes the minimum distance between two paths.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void PathToPathDistance ( Fil.Path inPath1, Fil.Path inPath2, Fil.PathDistanceMode inPathDistanceMode, float inResolution, out float outDistance, Optional<Fil.Segment2D> outConnectingSegment )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath1 | Fil.Path | First input path. | ||
![]() | inPath2 | Fil.Path | Second input path. | ||
![]() | inPathDistanceMode | Fil.PathDistanceMode | Distance measuring method. | ||
![]() | inResolution | float | <0.0f, INF> | 1.0f | Default value: 1.0f. |
![]() | outDistance | float | Minimal distance between input paths. | ||
![]() | outConnectingSegment | Ftl.Optional<Fil.Segment2D> | Segment connecting input paths having minimal length. |