ResizeBox3D_Relative
Resizes a box in 3D to relatively defined dimensions.
Syntax
C++
C#
Python
def ResizeBox3D_Relative( inBox3D: Box3D, inAnchor: Anchor3D, /, *, inXScale: float = 1.0, inYScale: float = 1.0, inZScale: float = 1.0 ) -> 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 | ||
![]() |
inXScale | float | 0.0 - ![]() |
1.0 | Scale factor in X axis |
![]() |
inYScale | float | 0.0 - ![]() |
1.0 | Scale factor in Y axis |
![]() |
inZScale | float | 0.0 - ![]() |
1.0 | Scale factor in Z axis |
![]() |
outBox3D | Box3D | Resized box |



