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

FIS.PathToPathMaximumDistance Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void PathToPathMaximumDistance
(
	FilNet.Path inPath1,
	FilNet.Path inPath2,
	FilNet.PathDistanceMode inPathDistanceMode,
	float inResolution,
	out float outDistance,
	NullableValue<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.NullableValue<FilNet.Segment2D>Segment connecting input paths having such distance. Can be null to skip this parameter calculation.

Function Overrides

See also