> 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/holzrahmenbau-kompendium/prinzipien-des-hrb-systems/bedingtes-erzeugen-von-bauteilen.md).

# Bedingtes Erzeugen von Bauteilen

## Bibliothekselemente

Im HRB ist es oft nötig ein Bibliothekselement nur unter bestimmten Bedingungen einzufügen. Wie bei Punktsymbolen ist es möglich über einen bestimmten Wert die Erzeugung der Bibliothekselemente zu unterbinden. Dazu werden Offsets auf -999999 gesetzt.

Beispiel: Im Feld für das Offset wird eine Formel eingefügt, die wie folgt aussehen könnte:

**`(Bedingung);(Formel für erfüllte Bedingung);(Formel für nicht erfüllte Bedingung)`**

(Bedingung);(Offset für erfüllte Bedingung);(-999999)

Dabei wird für die verschiedenen Bibliothekselemente das folgende Offset verwendet:

* Aufteil-Bibliothekselemente: *Offset*
* Wandenden - \* - Bibliothekselement: *X-Offset*
* T-Stöße - \* - Bibliothekselement: *X-Offset*
* Öffnungen - \* - Bibl.Elem.: *X-Offset.* Bibliothekselemente können links und rechts getrennt geschaltet werden.

## Platten, Profilstäbe

Auch bei Stäben, Profilstäben oder Platten wird manchmal eine Bedingung verwendet, mit der das Bauteil erzeugt wird oder nicht. Dazu wurden bislang die Querschnittsabmessungen auf 0.0 gesetzt. Wenn Identnummern mit Profilstäben oder Platten mit vorgegebener Dicke (Bauteilkatalog) eingesetzt werden, werden diese Querschnittsabmessungen jedoch mit en Werten aus dem Bauteilkatalog überschrieben und können nicht auf 0.0 gesetzt werden. Daher ist es jetzt möglich für das Abschalten des Bauteiles das X-Offset oder Y-Offset auf -999999 zu setzen.

Beispiel siehe Kapitel: Bibliothekselemente.


---

# 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/holzrahmenbau-kompendium/prinzipien-des-hrb-systems/bedingtes-erzeugen-von-bauteilen.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.
