You are here: Start » FIL.NET » Function Reference » Path » Path Metrics » FIL.PathToPathMaximumDistance

FIL.PathToPathMaximumDistance

Computes the distance between the farthest point of the input path from the other path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void PathToPathMaximumDistance
(
	FilNet.Path inPath1,
	FilNet.Path inPath2,
	FilNet.PathDistanceMode inPathDistanceMode,
	float inResolution,
	out float outDistance,
	out FilNet.Segment2D outConnectingSegment
)

Parameters

Name Type Range Default Description
inPath1FilNet.PathFirst input path.
inPath2FilNet.PathSecond input path.
inPathDistanceModeFilNet.PathDistanceModeDistance measuring method.
inResolutionfloat<0.0f, INF>1.0fDefault value: 1.0f.
outDistancefloatDistance between farthest point of the input path the other input path.
outConnectingSegmentFilNet.Segment2DSegment connecting input paths having such distance.

Errors

List of possible exceptions:

Error type Description
DomainError One or both input paths are empty in PathToPathMaximumDistance.

Function Overrides

See also