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

FIL.SkipEmptyBox3D

If the input box in 3D has all dimensions different from zero, then it is copied to the output; otherwise Nil is returned.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void SkipEmptyBox3D
(
	FilNet.Box3D inBox3D,
	INullable<FilNet.Box3D> outNotEmptyBox3D,
	out bool outIsNotEmpty
)

Parameters

Name Type Range Default Description
inBox3DFilNet.Box3D
outNotEmptyBox3DFilNet.INullable<FilNet.Box3D> This parameter cannot be null.
outIsNotEmptybool

See also