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


