TranslateBox3D


Shifts a box in 3D by a vector.

Syntax

C++
C#
Python
 
def TranslateBox3D(
	inBox3D: Box3D,
	inDelta: Vector3D,
	/,
	*,
	inInverse: bool = False
)
-> outBox3D: Box3D

Parameters

Name Type Default Description
Input value inBox3D Box3D Input box in 3D
Input value inDelta Vector3D Translation vector
Input value inInverse bool False Switches to the inverse operation
Output value outBox3D Box3D Shifted box