You are here: Start » FIL.NET » FIS.PathToPointDistance Method
FIS.PathToPointDistance Method
Computes the smallest distance between a path and a point.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void PathToPointDistance ( FilNet.Point2D inPoint, FilNet.Path inPath, float inResolution, out float outDistance, NullableValue<FilNet.Segment2D> outConnectingSegment )
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. |
![]() | outDistance | float | Minimal distance between input path and input point. | ||
![]() | outConnectingSegment | FilNet.NullableValue<FilNet.Segment2D> | Segment connecting input path and input point having minimal length. Can be null to skip this parameter calculation. |
Function Overrides
- PathToPointDistance(Point2D, Path, Single, Single)
- PathToPointDistance(Point2D, Path, Single, Single, Segment2D)