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
Input value inBox3D Box3D Input box
Input value inAnchor Anchor3D Point of the box in 3D which position will not change
Input value inXLengthDelta float 0.0 Value added to length of the box in X axis
Input value inYLengthDelta float 0.0 Value added to length of the box in X axis
Input value inZLengthDelta float 0.0 Value added to length of the box in X axis
Output value outBox3D Box3D Resized box