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
Input value inBox3D Box3D Input box in 3D
Input value inAnchor Anchor3D Point of the box in 3D which position will not change
Input value inNewXLength float | None 0.0 - None Target length of the box in x-coordinate
Input value inNewYLength float | None 0.0 - None Target length of the box in y-coordinate
Input value inNewZLength float | None 0.0 - None Target length of the box in z-coordinate
Output value outBox3D Box3D Resized box