ResizeBox3D_Delta
Changes the dimensions of a box in 3D by adding some values.
Syntax
C++
C#
Python
def ResizeBox3D_Delta( inBox3D: Box3D, inAnchor: Anchor3D, /, *, inXLengthDelta: float = 0.0, inYLengthDelta: float = 0.0, inZLengthDelta: float = 0.0 ) -> outBox3D: Box3D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inBox3D | Box3D | Input box | |
![]() |
inAnchor | Anchor3D | Point of the box in 3D which position will not change | |
![]() |
inXLengthDelta | float | 0.0 | Value added to length of the box in X axis |
![]() |
inYLengthDelta | float | 0.0 | Value added to length of the box in X axis |
![]() |
inZLengthDelta | float | 0.0 | Value added to length of the box in X axis |
![]() |
outBox3D | Box3D | Resized box |


