> 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/konstruktionsprogramm/modellbereiche/dach/systeme/dachelemente/dachelemente-bauteile-zuordnen.md).

# Dachelemente - Bauteile zuordnen

## Bauteile zuordnen

Bauteile, die durch die Elementierung entstehen, werden automatisch einem Element zugeordnet. Das Programm weiß dadurch jederzeit, zu welchem Element ein Bauteil gehört. Wenn man im Dachtragwerk manuell Bauteile eingibt, erkennt das Programm, in welchem Element das Bauteil liegt und weißt es automatisch diesem Element zu. Dies funktioniert nicht, wenn das Bauteil nicht eindeutig in einem Element liegt und es funktioniert nicht wenn man die Bauteile im DICAM eingibt. Aus diesem Grund kann man Bauteile einem Element manuell zuweisen.

Nach der Auswahl der Funktion 'Bauteile zuordnen' wählt man grafisch alle Bauteile, die einem bestimmten Element zugewiesen werden sollen. Sobald man die Auswahl mit Maus-Rechts beendet hat, versucht das Programm automatisch das Element zu erkennen, zu dem die Bauteile gehören könnten. Es bietet blinkend dieses Element an. Mit Maus-Links kann man den Vorschlag übernehmen und mit Maus-Rechts ablehnen. Wenn man den Vorschlag abgelehnt hat, kann man grafisch das gewünschte Element auswählen.

## Bauteile Zuordnung aufheben

Genauso wie man Bauteile einem Element zuordnen kann, kann man diese Zuordnung auch wieder aufheben. Sobald man ein Bauteil grafisch ausgewählt hat, verliert es die Zuordnung zu dem Element, zu dem es gehört hat. Dieses Bauteil gehört dann zu keinem Element mehr.


---

# 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/konstruktionsprogramm/modellbereiche/dach/systeme/dachelemente/dachelemente-bauteile-zuordnen.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.
