You are here: Start » AVL.NET » Invoke.TestBox3DNotEmpty

Invoke.TestBox3DNotEmpty

Tests whether the box in 3D is not empty.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inBox3DAvl.Box3D
outIsNotEmptybool

See also