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 | |
|---|---|---|---|---|
![]() |
inBox3D | Box3D | Input box in 3D | |
![]() |
inDelta | Vector3D | Translation vector | |
![]() |
inInverse | bool | False | Switches to the inverse operation |
![]() |
outBox3D | Box3D | Shifted box |


