You are here: Start » FIL.NET » Invoke.PathToPathMaximumDistance

Invoke.PathToPathMaximumDistance

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inPath1Fil.PathFirst input path.
inPath2Fil.PathSecond input path.
inPathDistanceModeFil.PathDistanceModeDistance measuring method.
inResolutionfloat<0.0f, INF>1.0fDefault value: 1.0f.
outDistancefloatDistance between farthest point of the input path the other input path.
outConnectingSegmentFtl.Optional<Fil.Segment2D>Segment connecting input paths having such distance.

See also