Adds attribute containing information about connected points.



## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>group</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>select which objects this add adjacency attributes to</td>
</tr>
<tr>
	<td>adjacencyCountName</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>name of attribute with count of adjacency attributes</td>
</tr>
<tr>
	<td>adjacencyBaseName</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>name of adjacency attribute</td>
</tr>
</table>