Creates a plane.


## Description

This node is similar to the Color and Normal SOPs, and can update the vertex positions with expressions


## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>updateX</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on to update the x component</td>
</tr>
<tr>
	<td>x</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>expression the x component</td>
</tr>
<tr>
	<td>updateY</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on to update the y component</td>
</tr>
<tr>
	<td>y</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>expression the y component</td>
</tr>
<tr>
	<td>updateZ</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on to update the z component</td>
</tr>
<tr>
	<td>z</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>expression the z component</td>
</tr>
<tr>
	<td>updateNormals</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle on to update the normals</td>
</tr>
</table>