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

AVL.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:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inBox3DAvlNet.Box3D
outNotEmptyBox3DAvlNet.INullable<AvlNet.Box3D> This parameter cannot be null.
outIsNotEmptybool

See also