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


