You are here: Start » FIL.NET » Invoke.PathToPathDistanceProfile
Computes the profile of distances between two paths.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void PathToPathDistanceProfile ( Fil.Path inPath1, Fil.Path inPath2, Fil.PathDistanceMode inPathDistanceMode, float inResolution, Fil.Profile outDistanceProfile, Optional<List<float>> outDistances, Optional<List<Fil.Segment2D>> outConnectingSegments )
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. |
![]() | outDistanceProfile | Fil.Profile | Profile of distances between second path and consecutive points of first path. | ||
![]() | outDistances | Ftl.Optional<System.Collections.Generic.List<float>> | Distances between second path and consecutive points of first path. | ||
![]() | outConnectingSegments | Ftl.Optional<System.Collections.Generic.List<Fil.Segment2D>> | Segments connecting second path and consecutive points of first path having minimal length. |