You are here: Start » FIL.NET » FIS.PathToPointDistanceProfile Method
FIS.PathToPointDistanceProfile Method
Computes the profile of distances between the specified point and the characteristic points of a path.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void PathToPointDistanceProfile ( FilNet.Point2D inPoint, FilNet.Path inPath, float inResolution, FilNet.Profile outDistanceProfile )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint | FilNet.Point2D | Input point. | ||
![]() | inPath | FilNet.Path | Input path. | ||
![]() | inResolution | float | <0.0f, INF> | 1.0f | Default value: 1.0f. |
![]() | outDistanceProfile | FilNet.Profile | Profile of distances between input point and consecutive points of input path. |


