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

FIS.BoxToBoxDistance Method

Computes minimal distance between one of the points of the first box with one of the points of the second box.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void BoxToBoxDistance
(
	FilNet.Box inBox1,
	FilNet.Box inBox2,
	float inResolution,
	out float outDistance,
	out FilNet.Segment2D outConnectingSegment
)

Parameters

Name Type Range Default Description
inBox1FilNet.Box
inBox2FilNet.Box
inResolutionfloat<0.0f, INF>1.0fDefault value: 1.0f.
outDistancefloat
outConnectingSegmentFilNet.Segment2D

Function Overrides

See also