You are here: Start » AVL.NET » AVL.SkipEmptyBox3D Method

AVL.SkipEmptyBox3D Method

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

public static void SkipEmptyBox3D(
	AvlNet.Box3D inBox3D,
	out AvlNet.Box3D? outNotEmptyBox3D,
	out bool outIsNotEmpty
)

Parameters

Name Type Range Default Description
inBox3DAvlNet.Box3D
outNotEmptyBox3DAvlNet.Box3D?
outIsNotEmptybool

See also