You are here: Start » AVL.NET » AVS.TestBox3DNotEmpty Method

AVS.TestBox3DNotEmpty Method

Tests whether the box in 3D is not empty.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inBox3DAvlNet.Box3D
outIsNotEmptybool

See also