Irrlicht.NET

Box3D.IsEmpty Method 

returns if the box is empty, which means that there is no space within the min and the max edge.

[Visual Basic]
Public Function IsEmpty() As Boolean
[C#]
public bool IsEmpty();

See Also

Box3D Class | Irrlicht.Core Namespace