You are here: Start » AVL.NET » Invoke.BoxesBoundingBox_OrNil

Invoke.BoxesBoundingBox_OrNil

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void BoxesBoundingBox_OrNil
(
	List<Avl.Box> inBoxes,
	Conditional<Avl.Box> outBoundingBox
)

Parameters

Name Type Range Default Description
inBoxesSystem.Collections.Generic.List<Avl.Box>
outBoundingBoxAtl.Conditional<Avl.Box>

See also