You are here: Start » FIL.NET » Invoke.SkipEmptyBox3D

Invoke.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:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inBox3DFil.Box3D
outNotEmptyBox3DFtl.Conditional<Fil.Box3D>
outIsNotEmptybool

See also