Creates a box.


## Description

If the node has no input, you can control the radius and center of the box. If the node has an input, it will create a box that encompasses the input geometry.


## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>size</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>size of the box</td>
</tr>
<tr>
	<td>sizes</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>sizes on each axis</td>
</tr>
<tr>
	<td>divisions</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>number of segments on each axis</td>
</tr>
<tr>
	<td>center</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>center of the geometry</td>
</tr>
</table>