> 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/holzrahmenbau-kompendium/prinzipien-des-hrb-systems/offsets-fur-lagen-und-bauteile/lagenoffsets-an-offnungen.md).

# Layer Offsets at Openings

Multiple HRB types can be assigned to an opening, for example a window. Each HRB type has its own layer offsets and components. What happens to the layer offsets when multiple HRB types specify an offset for the same layer?

* The offsets are NOT added.
* The last offset is used.
  * HRB Type A has an offset of 0.1 m for the lintel of layer 0; HRB Type B (which follows Type A in the order) has an offset of 0.2 for the lintel of layer 0. The lintel bar is then positioned with a layer offset of 0.2.
  * An empty offset field does not override a previous offset; an offset of 0.0 overrides a previous offset, because 0.0 is also a value.
* All offsets from all HRB types are applied first, and only afterwards are the components generated.
  * Attention: When multiple HRB types exist, their order must be observed. Otherwise a component may be generated at an unintended position because the layer contour was shifted by another HRB type.


---

# 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/holzrahmenbau-kompendium/prinzipien-des-hrb-systems/offsets-fur-lagen-und-bauteile/lagenoffsets-an-offnungen.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.
