BoxIntersection3D


Computes the common part of two boxes in 3D.

Syntax

C++
C#
Python
 
def BoxIntersection3D(
	inBox3D1: Box3D,
	inBox3D2: Box3D,
	/
)
-> outBox3D: Box3D

Parameters

Name Type Default Description
Input value inBox3D1 Box3D
Input value inBox3D2 Box3D
Output value outBox3D Box3D