You are here: Start » AVL.NET » Invoke.Boxes3DBoundingBox3D_OrNil
Computes the bounding box 3D of given boxes in 3D; returns NIL if the array is empty.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void Boxes3DBoundingBox3D_OrNil ( List<Avl.Box3D> inBoxes3D, Conditional<Avl.Box3D> outBoundingBox3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inBoxes3D | System.Collections.Generic.List<Avl.Box3D> | |||
![]() | outBoundingBox3D | Atl.Conditional<Avl.Box3D> |