Creates a tube.



## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>singleRadius</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>if true, the tube is set with a single radius. If false, it uses a top and bottom radius</td>
</tr>
<tr>
	<td>radius</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>radius</td>
</tr>
<tr>
	<td>radiusTop</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>top radius</td>
</tr>
<tr>
	<td>radiusBottom</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>bottom radius</td>
</tr>
<tr>
	<td>height</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>tube height</td>
</tr>
<tr>
	<td>segmentsRadial</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>number of segments in the radial direction</td>
</tr>
<tr>
	<td>segmentsHeight</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>number of segments in the height direction</td>
</tr>
<tr>
	<td>cap</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>adds caps</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 tube</td>
</tr>
<tr>
	<td>direction</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>direction of the tube</td>
</tr>
<tr>
	<td>open</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>if set to 1, you can then set the phiStart, phi_end, thetaStart and theta_end</td>
</tr>
<tr>
	<td>thetaStart</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>start of theta angle</td>
</tr>
<tr>
	<td>thetaLength</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>length of theta opening</td>
</tr>
</table>