Creates joints data from objects with RBD attributes



## 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>group to assign the material to</td>
</tr>
<tr>
	<td>maxDistance</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>maxDistance</td>
</tr>
<tr>
	<td>maxJointsCount</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>max number of joints per object</td>
</tr>
<tr>
	<td>jointType</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>joint type</td>
</tr>
<tr>
	<td>limit</td>
	<td><div class='bg-teal-800 px-2 py-px text-white rounded-sm'>vector2</div></td>
	<td>limit</td>
</tr>
<tr>
	<td>up</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>up</td>
</tr>
<tr>
	<td>center</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>center</td>
</tr>
<tr>
	<td>anchorsAtCenter</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>anchors at objects center</td>
</tr>
<tr>
	<td>anchorsPos1</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>anchor position 1</td>
</tr>
<tr>
	<td>anchorsPos2</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>anchor position 2</td>
</tr>
<tr>
	<td>ouputsJointsOnly</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>do not output input RBDs with joints</td>
</tr>
</table>