You are here: Start » FIL.NET » FIS.PathToLineDistance Method

FIS.PathToLineDistance Method

Computes the smallest distance between a path and a line.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void PathToLineDistance
(
	FilNet.Path inPath,
	FilNet.Line2D inLine,
	float inResolution,
	out float outDistance
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
inLineFilNet.Line2DInput line.
inResolutionfloat<0.0f, INF>1.0fNumber of real-world units per one pixel. Default value: 1.0f.
outDistancefloatMinimal distance between input path and input line.

Function Overrides

See also