> For the complete documentation index, see [llms.txt](https://survey.fmpx.docs.frox-it.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://survey.fmpx.docs.frox-it.de/datenexport/daten-exportieren/dwg.md).

# DWG

Menü Datei / Daten exportieren / DWG

Diese Funktion steht ab der Version 2026.2 zur Verfügung.

<figure><img src="/files/4uhwEhg3RFBsQc290kbD" alt=""><figcaption></figcaption></figure>

Auswahl der zu exportierenden Objektklassen:

Die Objektklassen können einzeln angeklickt werden oder über die Symbole am rechten Rand komplett ausgewählt werden.

![](/files/vtZAOyM2Jtzdj7KpNeh1)Alle auswählen

![](/files/EDoD6LB949YopmKgZ6kS)Keine auswählen

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

Es kann außerdem ausgewählt werden, ob die Layer mit internen Klassennamen oder Aliasnamen geschrieben werden sollen.

Weiterhin können ein Dateiformat (DXF R.2000 - DXF R.2018), die Dimension (2D, 3D Linen als Polylinen, 3D Linien als Gruppen) und ein Dateiname festgelegt werden.

*Bitte beachten:*

*Für den Export von Kreisbögen muss unter Dimension "3D (Linien als Gruppen)" und nicht "3D (Linien als Polylinien)" gewählt werden. Polylinien sind im DXF-Standard so definiert, dass dort Kreisbögen nicht dargestellt werden können. Ähnlich wie bei Shape-Dateien.*

Nach dem Export wird ein Protokoll angezeigt, das auch gespeichert werden kann.

<figure><img src="/files/2c54N02dFx8lMhIBiHOs" alt=""><figcaption></figcaption></figure>

**Bitte beachten:**

Es handelt sich um einen Standardexport. Für eine tabellengesteuerte Umsetzung steht die unten beschriebene I-FX Connect2DXF Schnittstelle zur Verfügung.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://survey.fmpx.docs.frox-it.de/datenexport/daten-exportieren/dwg.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
