Splits a geometry into multiple objects


## Description

This is useful to isolate parts of a geometry that matches a specific attribute.


## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>attribType</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>type of attribute to use</td>
</tr>
<tr>
	<td>attribName</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>name of the attribute</td>
</tr>
</table>