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

Invoke.TestBox3DIntersectsWith

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void TestBox3DIntersectsWith
(
	Fil.Box3D inBox3D,
	Fil.Box3D inReferenceBox3D,
	out bool outBoxes3DIntersect
)

Parameters

Name Type Range Default Description
inBox3DFil.Box3D
inReferenceBox3DFil.Box3D
outBoxes3DIntersectbool

See also