You are here: Start » FIL.NET » FIS.PathToPathDistanceProfile Method
FIS.PathToPathDistanceProfile Method
Computes the profile of distances between two paths.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void PathToPathDistanceProfile ( FilNet.Path inPath1, FilNet.Path inPath2, FilNet.PathDistanceMode inPathDistanceMode, float inResolution, FilNet.Profile outDistanceProfile )
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. |
![]() | outDistanceProfile | FilNet.Profile | Profile of distances between second path and consecutive points of first path. |