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

AVL.TestBox3DEmpty

Tests whether the box in 3D is empty.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void TestBox3DEmpty
(
	AvlNet.Box3D inBox3D,
	out bool outIsEmpty
)

Parameters

Name Type Range Default Description
inBox3DAvlNet.Box3D
outIsEmptybool

See also