Splits a box into two along a direction.
Syntax
C++
C#
Python
def SplitBox(
inBox: Box,
inSplitDirection: SplitDirection,
/
)
-> (
outBox1: Box,
outBox2: Box
)
Parameters
|
Name |
Type |
Default |
Description |
 |
inBox |
Box |
|
|
 |
inSplitDirection |
SplitDirection |
|
|
 |
outBox1 |
Box |
|
|
 |
outBox2 |
Box |
|
|