> 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/linien-erfassen.md).

# Linien erfassen

### Erfassungsmöglichkeiten von Linien

![](/files/6rdLUASPpX9CDRO9bKD5)

| **Symbol**                                                                                                                  | **Beschreibung**                                                                                                                                                                                                                                                                                                                                                                                                 |
| --------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><img src="/files/FxvWDOU3MTxUhTKZ5Ej2" alt="" data-size="original"></p><p><strong>Linie</strong></p>                     | <p>Durch Anklicken/Messen der einzelnen Punkte werden sie mit der eingestellten Linienart verbunden.<br><br><img src="/files/1pwlACOaknSp8ISADoGA" alt=""></p>                                                                                                                                                                                                                                                   |
| <p><img src="/files/JJWPrHUxOaXmwLcrOdO2" alt="" data-size="original"></p><p><strong>Bogen</strong></p>                     | <p>Durch das Anklicken/Messen von drei Punkten wird automatisch ein Bogen mit der eingestellten Linienart erstellt.<br><br><img src="/files/AKBWSKcfWsvIA8goycOU" alt=""></p>                                                                                                                                                                                                                                    |
| <p><img src="/files/dpXfaGeXQXcCxoRH09f1" alt="" data-size="original"></p><p><strong>Rechteck mit 3 Pkt.</strong></p>       | <p>Durch Anklicken/Messen von zwei Punkte wird die Basislinie des Rechtecks festgelegt. Der dritte Punkt dient zur Bestimmung der Breite. Das Rechteck wird so gebildet, dass die Parallele zur Basislinie auf Höhe des dritten Punktes verläuft.<br><br><img src="/files/5F9s36oBFTjvQ4m7B1o2" alt=""></p>                                                                                                      |
| <p><img src="/files/ZSLQzsbSNFe36VTa3lGI" alt="" data-size="original"></p><p><strong>Rechteck mit 2 Pkt. + Maß</strong></p> | <p>Funktioniert wie bei dem Rechteck mit drei Punkten, nur dass anstelle des dritten Punktes zur Bestimmung der Breite, diese als Maß nach Bestimmung der Basislinie automatisch abgefragt wird und eingegeben werden kann. Je nach Lage kann das Maß positiv oder negativ eingegeben werden.</p><p><br><img src="/files/2M0ebiL0QwPVCf2UX2nj" alt=""><br><br><img src="/files/8l0MZg3bjdQz0mAl3kzK" alt=""></p> |
| <p><img src="/files/0wYZX6yNSP8VoRfCJWrD" alt="" data-size="original"></p><p><strong>Kreismittelpunkt + Radius</strong></p> | <p>Nach Anklicken/Messen eines Punktes erscheint die Abfrage nach dem Kreisradius. Nach Eingabe wird der Kreis mit der eingestellten Linienart erstellt.<br><br><img src="/files/Wmd0r5QqzBVtLrHMmYRI" alt=""><br><br><img src="/files/hvdGNg2lZvQpW44zpgb5" alt=""></p>                                                                                                                                         |
| <p><img src="/files/zG4zZneEralN9eGnRezM" alt="" data-size="original"></p><p><strong>Kreis über 3 Pkt.</strong></p>         | <p>Durch Anklicken/Messen von drei Punkten wird ein Kreis mit der eingestellten Linienart erstellt. Die drei Punkte liegen auf dem Kreis.<br><br><img src="/files/5xzGYcivnssuPJlvhlpw" 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/linien-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.
