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

FIL.TestBox3DEmpty

Tests whether the box in 3D is empty.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inBox3DFilNet.Box3D
outIsEmptybool

See also