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

AVS.BoxesBoundingBox Method

Computes the bounding box of given boxes.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void BoxesBoundingBox
(
	IList<AvlNet.Box> inBoxes,
	out AvlNet.Box outBoundingBox
)

Parameters

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

See also