> For the complete documentation index, see [llms.txt](https://docs.dietrichs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dietrichs.com/dietrichs-intelligent-documentation/francais/programmes-de-construction/modellbereiche/dach/ziegel/ziegel-aufteilpunkte.md).

# Ziegel Aufteilpunkte

In dieser Funktion kann je Dachfläche ein 'Aufteilpunkt für Ziegelbelegung' für die Aufteilung der Ziegel in die Breite (entlang der Traufe) gesetzt werden. Diese Aufteilpunkte haben für die Ziegeleinteilung die höchste Priorität. Wenn sich auf einer Dachfläche ein solcher Aufteilpunkt befindet, dann geht die Aufteilung von diesem aus.

Mit einem Aufteilpunkt kann die Ziegelbelegung an einem beliebigen Punkt, wie z.B. einem Öffnungsrand oder einer Gaubenwand orientiert werden. Durch diesen Punkt wird eigentliche ein Schnurschlag (eine Linie an der die Ziegel angelegt werden) definiert; diese verläuft im Grundriss gesehen durch den Aufteilpunkt und senkrecht zur Traufe. Die Ziegel rechts von dieser Linie liegen mit ihrer linken Kante an der Linie an. Das ist also bei Falzziegeln die Außenkante des Falzes, der später nicht mehr sichtbar ist. Will man die rechte Kante eines Ziegels bestimmen, so muss man diesen Aufteilpunkt entsprechend um die Falzbreite (in der Regel ca. 0.03 m, Wert aus Bauteilkatalog, Ziegelmodell) nach links verschieben.

Bei Aufruf der Funktion werden alle bereits vorhandenen Aufteilpunkte als rote punktierte Linien in den Dachflächen angezeigt. Danach werden abwechselnd immer die Dachfläche und der Aufteilpunkt für diese Dachfläche abgefragt, bis die Funktion mit der rechten Maustaste beendet wird.

Da jede Dachfläche nur einen Aufteilpunkt haben kann, wird dieser automatisch bei Eingabe eines neuen Punktes gelöscht. Ebenso werden bei Neuberechnung der Dachausmittlung alle Aufteilpunkte gelöscht.


---

# 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://docs.dietrichs.com/dietrichs-intelligent-documentation/francais/programmes-de-construction/modellbereiche/dach/ziegel/ziegel-aufteilpunkte.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.
