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

AVL.TestBox3DNotEmpty

Tests whether the box in 3D is not empty.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void TestBox3DNotEmpty
(
	AvlNet.Box3D inBox3D,
	out bool outIsNotEmpty
)

Parameters

Name Type Range Default Description
inBox3DAvlNet.Box3D
outIsNotEmptybool

See also