Creates group of edges



## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>name</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>group name</td>
</tr>
<tr>
	<td>type</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>group type</td>
</tr>
<tr>
	<td>operation</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>mode</td>
</tr>
<tr>
	<td>byExpression</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>deletes objects by an expression</td>
</tr>
<tr>
	<td>expression</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>sets the expression to select what should be deleted</td>
</tr>
<tr>
	<td>byBoundingBox</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>deletes objects that are inside a bounding box</td>
</tr>
<tr>
	<td>boundingBoxSize</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>the bounding box size</td>
</tr>
<tr>
	<td>boundingBoxCenter</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>the bounding box center</td>
</tr>
<tr>
	<td>byBoundingObject</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>deletes objects that are inside an object. This uses the object from the 2nd input</td>
</tr>
<tr>
	<td>invert</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>invert</td>
</tr>
</table>