# Convert CAD Models

To use your model in ApertusVR you need to convert you **parametric CAD model into a polygon** mesh file or to one of the supported file formats (see below).  To make this conversion you can use FreeCad software. FreeCAD is an open-source parametric 3D modeler made primarily to design real-life objects of any size. You can download it here: <https://www.freecadweb.org/downloads.php>.

After you have installed FreeCad you can import your model by clicking File ->Open and then choose your file from the directories or use File->Import. Click on "Export" in the File menu to export your model to another format. You can find the supported export and import formats here: <https://www.freecadweb.org/wiki/Import_Export> .

AprtusVR uses [Open Asset Import Library (assimp)](https://github.com/assimp/assimp) to import files. You can read about the supported file formats here: <https://github.com/assimp/assimp> . &#x20;

With this method you can convert for example an unsupported .FCSTD file to a supported .OBJ file.


---

# 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://apertus.gitbook.io/vr/tutorials/convert-cad-models.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.
