You are here: Start » AVL.NET » Function Reference » Basic » Box » AVL.BoxesBoundingBox_OrNil

AVL.BoxesBoundingBox_OrNil

Computes the bounding box of given boxes; returns NIL if the array is empty.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void BoxesBoundingBox_OrNil
(
	IList<AvlNet.Box> inBoxes,
	out AvlNet.Box? outBoundingBox
)

Parameters

Name Type Range Default Description
inBoxesSystem.Collections.Generic.IList<AvlNet.Box>
outBoundingBoxAvlNet.Box?

See also