You are here: Start » AVL.NET » Function Reference » Basic » Box » AVL.SplitBox
Splits a box into two along a direction.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void SplitBox ( AvlNet.Box inBox, AvlNet.SplitDirection inSplitDirection, out AvlNet.Box outBox1, out AvlNet.Box outBox2 )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inBox | AvlNet.Box | |||
![]() | inSplitDirection | AvlNet.SplitDirection | |||
![]() | outBox1 | AvlNet.Box | |||
![]() | outBox2 | AvlNet.Box |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Unknown split direction in SplitBox. |


