You are here: Start » FIL.NET » Invoke.PathToPointDistanceProfile
Computes the profile of distances between the specified point and the characteristic points of a path.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void PathToPointDistanceProfile ( Fil.Point2D inPoint, Fil.Path inPath, float inResolution, Fil.Profile outDistanceProfile, Optional<List<float>> outDistances, Optional<List<Fil.Segment2D>> outConnectingSegments )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint | Fil.Point2D | Input point. | ||
![]() | inPath | Fil.Path | Input path. | ||
![]() | inResolution | float | <0.0f, INF> | 1.0f | Default value: 1.0f. |
![]() | outDistanceProfile | Fil.Profile | Profile of distances between input point and consecutive points of input path. | ||
![]() | outDistances | Ftl.Optional<System.Collections.Generic.List<float>> | Distances between input point and consecutive points of input path. | ||
![]() | outConnectingSegments | Ftl.Optional<System.Collections.Generic.List<Fil.Segment2D>> | Segments connecting input point and consecutive points of input path. |