> 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/docs-de-en/design-program/modellbereiche/dach/dachflachenausfuhrung/verschneidung-der-decken-und-dachlagen.md).

# Intersection of Ceiling and Roof Layers

The layers of the ceiling and the roof surfaces intersect automatically with each other according to the following rules:

* We distinguish between visible and non-visible roof structures. A roof structure is not visible if there is a layer below layer 0 (rafters) with a thickness greater than 0.0.
* The core layers of the roof always continue through and are never limited.
* The core layers of the ceiling extend up to the layer that was set in the roof surface execution. This setting can be made differently for boundary ceilings and intermediate ceilings.

Visible roof structures:

* The shells of the ceiling extend up to the layer that was set in the roof surface execution. This setting can be made differently for boundary ceilings and intermediate ceilings.

Non-visible roof structures:

* The shells above the core layers of the ceiling end at the lowest shell of the roof.
* The lower shells of the ceiling end at the lowest shell of the roof.
* The lower shells of the roof end at the core layer of a boundary ceiling. For an intermediate ceiling, they are interrupted by the core layers of the ceiling.

For clarification, see the sketch below:

The core layers have been shaded gray.

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

## Roof execution:

<table><thead><tr><th width="62" align="right">Position</th><th width="86.316650390625" align="center">Core layer</th><th width="81" align="center">Insulation</th><th width="88" align="center">Formwork</th><th width="82" align="center">Tiles</th><th width="92" align="center">Kink layer</th><th width="159" align="center">Boundary ceiling runs up to</th></tr></thead><tbody><tr><td align="right">-5</td><td align="center"></td><td align="center"></td><td align="center"></td><td align="center">X</td><td align="center"></td><td align="center"></td></tr><tr><td align="right">-4</td><td align="center"></td><td align="center"></td><td align="center"></td><td align="center">X</td><td align="center"></td><td align="center"></td></tr><tr><td align="right">-3</td><td align="center"></td><td align="center"></td><td align="center"></td><td align="center"></td><td align="center"></td><td align="center"></td></tr><tr><td align="right">-2</td><td align="center"></td><td align="center">X</td><td align="center"></td><td align="center"></td><td align="center"></td><td align="center"></td></tr><tr><td align="right">-1</td><td align="center">X</td><td align="center"></td><td align="center">X</td><td align="center"></td><td align="center">X</td><td align="center">X</td></tr><tr><td align="right">0</td><td align="center">X</td><td align="center"></td><td align="center"></td><td align="center"></td><td align="center"></td><td align="center"></td></tr><tr><td align="right">1</td><td align="center"></td><td align="center"></td><td align="center"></td><td align="center"></td><td align="center"></td><td align="center"></td></tr></tbody></table>

## Ceiling execution, boundary ceiling:

<table><thead><tr><th width="62" align="right">Position</th><th width="86" align="center">Core layer</th><th width="100" align="center">Insulation</th></tr></thead><tbody><tr><td align="right">-3</td><td align="center"></td><td align="center"></td></tr><tr><td align="right">-2</td><td align="center"></td><td align="center">X</td></tr><tr><td align="right">-1</td><td align="center">X</td><td align="center"></td></tr><tr><td align="right">0</td><td align="center">X</td><td align="center"></td></tr><tr><td align="right">1</td><td align="center"></td><td align="center"></td></tr></tbody></table>


---

# 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/docs-de-en/design-program/modellbereiche/dach/dachflachenausfuhrung/verschneidung-der-decken-und-dachlagen.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.
