CreateBox


Creates a box.

Syntax

C++
Python
 
def CreateBox(
	inLocation: Location,
	inWidth: int,
	inHeight: int,
	/,
	*,
	inLocationAnchor: Anchor2D = Anchor2D.TopLeft
)
-> outBox: Box

Parameters

Name Type Range Default Description
Input value inLocation Location
Input value inLocationAnchor Anchor2D Anchor2D.TopLeft
Input value inWidth int 0 -
Input value inHeight int 0 -
Output value outBox Box