You are here: Start » FIL.NET » Invoke.PathToPointDistance
Computes the smallest distance between a path and a point.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void PathToPointDistance ( Fil.Point2D inPoint, Fil.Path inPath, float inResolution, out float outDistance, Optional<Fil.Segment2D> outConnectingSegment )
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. |
![]() | outDistance | float | Minimal distance between input path and input point. | ||
![]() | outConnectingSegment | Ftl.Optional<Fil.Segment2D> | Segment connecting input path and input point having minimal length. |