BoxIntersection


Computes the common part of two boxes.

Syntax

C++
Python
 
def BoxIntersection(
	inBox1: Box,
	inBox2: Box,
	/
)
-> outBox: Box

Parameters

Name Type Default Description
Input value inBox1 Box
Input value inBox2 Box
Output value outBox Box