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

Invoke.BoxesBoundingBox

Computes the bounding box of given boxes.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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

See also