You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Basics » AVL.TestBox3DIntersectsWith

AVL.TestBox3DIntersectsWith

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inBox3DAvlNet.Box3D
inReferenceBox3DAvlNet.Box3D
outBoxes3DIntersectbool

See also