BoxIntersection
Computes the common part of two boxes.
Syntax
C++
Python
def BoxIntersection(
inBox1: Box,
inBox2: Box,
/
)
-> outBox: Box
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inBox1 | Box | ||
![]() |
inBox2 | Box | ||
![]() |
outBox | Box |
Computes the common part of two boxes.
def BoxIntersection(
inBox1: Box,
inBox2: Box,
/
)
-> outBox: Box
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inBox1 | Box | ||
![]() |
inBox2 | Box | ||
![]() |
outBox | Box |