# Cadenas parts4cad

{% hint style="info" %}
Parts4cad is removed from realvirtual.io Starter and Professional 2022 and above. You can still download it from the Asset Store. You can use the new online solution <https://www.3dfindit.com/de/> instead of Parts4CAD
{% endhint %}

parts4cad offers access to millions of parametric 3D CAD models from over 500 parts catalogs for free. The original data of the manufacturers is based on the eCATALOG solutions technology by CADENAS (<https://www.cadenas.de/>).\
The data is imported into Unity as Collada. All imported parts are still connected to the CADENAS database so that you can change later on parameters and update the part in Unity.\
parts4cad is a pure Unity Editor utility.

{% hint style="warning" %}
Parts4cad requires the parts4cad client software. If you use parts4cad the first time the parts4cad client will be downloaded automatically into the `StreamingAssets` folder inside of your project.
{% endhint %}

## Installation and first usage

{% hint style="info" %}
Parts4CAD only works on Windows system.

**In your project folder path no "Spaces" are allowed**

Parts4CAD is already included in Starter and Professional version and does not needs to be installed separately.
{% endhint %}

After installing parts4cad from Unity’s Asset Store or after manual installation from an asset package you can start parts4cad by selecting `Tools > realvirtual > CADENAS parts4cad` in the main menu bar.

<figure><img src="/files/c1aD3ZW3KrlTgWeo2TTt" alt=""><figcaption></figcaption></figure>

If you use parts4cad the first time a message will ask you to allow the download of the parts4cad client to the `StreamingAssets` folder:

<figure><img src="/files/X4cFExnJT0z2zCYN6jKm" alt=""><figcaption><p>Message before installing parts4cad</p></figcaption></figure>

After selecting OK it will take some while to download a ZIP-file with the client and to unzip it into the `StreamingAssets` folder of your project:

<figure><img src="/files/NKyWEPbgk1TkJt01FmHo" alt=""><figcaption></figcaption></figure>

## parts4cad client

After installation the parts4cad client is started.

<figure><img src="/files/IkLfCK7zFC9GHzwXl0U4" alt=""><figcaption><p>parts4cad client</p></figcaption></figure>

You can now select a catalog from a provider or you use the search to search in all catalogs for a certain name or description of the wished part.

<figure><img src="/files/W77ehytj7TPPO91Vlf8a" alt=""><figcaption><p>parts4cad searching for parts</p></figcaption></figure>

After selecting a part a preview of the part is displayed and you can change parameters of the part if needed.

<figure><img src="/files/GR4tnMxHlol6lRNLggcB" alt=""><figcaption><p>parts4cad part properties</p></figcaption></figure>

For transferring the selected part to Unity you need to push the button Transfer to CAD (realvirtual.io).

## parts4cad parts in Unity

After selecting the part in the parts4cad client you get the part imported as an asset into `game4automation>parts4cad>Imported`.

<figure><img src="/files/HUDQGJtdLtyelZfozYhA" alt=""><figcaption><p>Imported parts4cad part in Unity</p></figcaption></figure>

Additionally the part is placed into the scene. If you have selected a Gameobject in the scene the part will be placed as a subcomponent to the selected Gameobject.

The imported part gets a Parts4Cad script attached. This script holds some important information about the imported part. If you select `Show Attributes` all catalog attributes will be displayed in a text window.

<figure><img src="/files/oPdFyXNa7ADxmlDeiFqs" alt=""><figcaption><p>parts4cad component</p></figcaption></figure>

For Updating the part parameters you need to select the `Update Part` button. This will reopen the parts4cad client with the part and you can update the part. If you select `Create New Part` a new part will be inserted into the scene.

## parts4cad uninstallation

For uninstalling parts4cad you need to delete in the *`StreamingAssets`* folder the folder *parts4cad*. Additionally you need to delete the folder *`game4automation\parts4cad`*.

© 2025 realvirtual GmbH [https://realvirtual.io](https://realvirtual.io/) - All rights reserved. No part of this publication may be reproduced, distributed, or transmitted in any form or by any means, including printing, saving, photocopying, recording, or other electronic or mechanical methods, without the prior written permission of the publisher.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.realvirtual.io/basics/cadenas-parts4cad.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
