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

AVS.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,
	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