ResizeBox3D
Changes the dimensions of a box in 3D.
Syntax
C++
C#
Python
def ResizeBox3D( inBox3D: Box3D, inAnchor: Anchor3D, /, *, inNewXLength: float | None = None, inNewYLength: float | None = None, inNewZLength: float | None = None ) -> outBox3D: Box3D
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inBox3D | Box3D | Input box in 3D | ||
![]() |
inAnchor | Anchor3D | Point of the box in 3D which position will not change | ||
![]() |
inNewXLength | float | None | 0.0 - ![]() |
None | Target length of the box in x-coordinate |
![]() |
inNewYLength | float | None | 0.0 - ![]() |
None | Target length of the box in y-coordinate |
![]() |
inNewZLength | float | None | 0.0 - ![]() |
None | Target length of the box in z-coordinate |
![]() |
outBox3D | Box3D | Resized box |



