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

FIS.TestBox3DIntersectsWith Method

Tests whether two boxes in 3D have non-empty intersection.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TestBox3DIntersectsWith
(
	FilNet.Box3D inBox3D,
	FilNet.Box3D inReferenceBox3D,
	out bool outBoxes3DIntersect
)

Parameters

Name Type Range Default Description
inBox3DFilNet.Box3D
inReferenceBox3DFilNet.Box3D
outBoxes3DIntersectbool

See also