You are here: Start » AVL.NET » Invoke.RegionBoundingBox_OrNil
Computes the smallest box containing a region; returns NIL if the region is empty.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void RegionBoundingBox_OrNil ( Avl.Region inRegion, Conditional<Avl.Box> outBoundingBox )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inRegion | Avl.Region | Input region. | ||
![]()  | outBoundingBox | Atl.Conditional<Avl.Box> | 


