You are here: Start » AVL.NET » AVL.Boxes3DBoundingBox3D_OrNil Method

AVL.Boxes3DBoundingBox3D_OrNil Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void Boxes3DBoundingBox3D_OrNil(
	AvlNet.Box3D[] inBoxes3D,
	out AvlNet.Box3D? outBoundingBox3D
)

Parameters

Name Type Range Default Description
inBoxes3DAvlNet.Box3D
outBoundingBox3DAvlNet.Box3D?

See also