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 | |
|---|---|---|---|---|---|
![]() |
inLocation | Location | |||
![]() |
inLocationAnchor | Anchor2D | Anchor2D.TopLeft | ||
![]() |
inWidth | int | 0 - ![]() |
||
![]() |
inHeight | int | 0 - ![]() |
||
![]() |
outBox | Box |



