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
)

Parameters

Name Type Range Default Description
inPointFilNet.Point2DInput point.
inPathFilNet.PathInput path.
inResolutionfloat<0.0f, INF>1.0fDefault value: 1.0f.
outDistancefloatMinimal distance between input path and input point.

Function Overrides

See also