> 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/arbeiten-mit-fx-survey/codierungssystem/flachen-erfassen.md).

# Flächen erfassen

### **Erfassungsmöglichkeiten für Flächen**

![](/files/GHHtaeInaiFPYwZ9FIXu)

| **Symbol**                                                                                                                                         | **Beschreibung**                                                                                                                                                                                                                                                                                        |
| -------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><img src="/files/5drCAUqYLCPpq53edXc7" alt="" data-size="original"></p><p><strong>Fläche</strong></p>                                           | <p>Durch Anklicken/Messen von Eckpunkten wird die Fläche mit der eingestellten Flächenart als n-Eck erstellt.<br><img src="/files/5dZhc6nQfbUc3kvkXGFU" alt="" data-size="original"></p>                                                                                                                |
| <p><img src="/files/3u23uDQuvqJHLjc026DS" alt=""></p><p><strong>Fläche mit Bogen</strong><br>Bitte beachten: Steht zurzeit nicht zur Verfügung</p> | Diese Option ermöglicht das Erstellen von Flächen, die einen Bogen enthalten.                                                                                                                                                                                                                           |
| <p><img src="/files/YqriWjV4o7JA8JLE9ik7" alt="" data-size="original"></p><p><strong>Rechteck mit 3 Pkt.</strong></p>                              | <p>Hier wird eine Fläche in Rechteckform erstellt. Durch das Anklicken/Messen von zwei Punkten wird eine Basislinie festgelegt. Die Breite der Fläche liegt auf der Höhe des dritten Punktes.<br><img src="/files/PvfLHtxnum23KsiMvFa2" alt=""></p>                                                     |
| <p><img src="/files/7CjRKp6ZZXZmTMlDwO1G" alt="" data-size="original"></p><p><strong>Rechteck mit 2 Pkt. + Maß</strong></p>                        | <p>Hier wird anstelle des dritten Punktes die Breite der rechteckigen Fläche als Maß direkt eingegeben. Je nach Lage der Fläche kann das Maß positiv oder negativ eingegeben werden.</p><p><br><img src="/files/oanUbMzBkl7RTGBk3yAx" alt=""><br><br><img src="/files/mq8TZUGN7gHAzckjZ84q" alt=""></p> |
| <p><img src="/files/vR4QXVlmWzfLnbtgig0v" alt="" data-size="original"></p><p><strong>Kreismitte l-punkt + Radius</strong></p>                      | <p>Nach Anklicken/Messen eines Punktes erscheint die Abfrage nach dem Kreisradius. Nach Eingabe wird eine kreisförmige Fläche erstellt.<br><img src="/files/I0Rn5AIFlF560T4elsdd" alt=""><br><br><img src="/files/qDcYrkTgbSWKUYizVCUv" alt=""></p>                                                     |
| <p><img src="/files/goGdH44nXtitGUynwrx9" alt="" data-size="original"></p><p><strong>Kreis über 3 Pkt.</strong></p>                                | <p>Durch Anklicken/Messen von drei Punkten wird eine Kreisfläche mit der eingestellten Flächenart erstellt. Die gewählten Punkte liegen auf dem Kreis.<br><img src="/files/5KAKaunzvH0jSS49GI7B" alt=""></p>                                                                                            |


---

# 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/arbeiten-mit-fx-survey/codierungssystem/flachen-erfassen.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.
