You are here: Start » AVL.NET » Invoke.SplitBox
Splits a box into two along a direction.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void SplitBox ( Avl.Box inBox, Avl.SplitDirection inSplitDirection, out Avl.Box outBox1, out Avl.Box outBox2 )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inBox | Avl.Box | |||
![]()  | inSplitDirection | Avl.SplitDirection | |||
![]()  | outBox1 | Avl.Box | |||
![]()  | outBox2 | Avl.Box | 


