> 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/geometrie-daide-2d/zeichenfunktionen/linien.md).

# Lignes

## Ligne

<figure><img src="/files/szbD4R5uwKCgKrS7j1hs" alt=""><figcaption><p>Ligne</p></figcaption></figure>

<table><thead><tr><th width="125">Rac. clavier</th><th>Environnement</th><th>Menus déroulants</th><th data-hidden></th></tr></thead><tbody><tr><td>02.3.<mark style="color:blue;">1</mark></td><td>Bâtiment ou DI-PROFIL</td><td>Dessins • Lignes • <mark style="color:blue;">Ligne</mark></td><td></td></tr><tr><td>2.3.<mark style="color:blue;">1</mark></td><td>DI-PLAN</td><td>Dessins • Lignes • <mark style="color:blue;">Ligne</mark></td><td></td></tr></tbody></table>

La création de lignes du menu "Dessins" permet de définir des lignes individuelles et des lignes concourantes. Ces lignes peuvent être utilisées, par exemple, comme lignes de référence pour entrer les murs intérieurs  ou comme référence pour définir une ouverture libre dans le plancher depuis l'environnement "DI-ETAGES".

Toutes les fonctions de saisie et d’accrochage sont disponibles. En outre, les fonctions "Modifier dessin" et "Traiter dessin" offrent un large éventail d'options pour une édition ultérieure.

## Ligne au milieu, bissectrice

<figure><img src="/files/hSX3gCtbO7r3IWLbTlHs" alt=""><figcaption><p>Ligne au milieu, bissectrice</p></figcaption></figure>

<table><thead><tr><th width="125">Rac. clavier</th><th>Environnement</th><th>Menus déroulants</th><th data-hidden></th></tr></thead><tbody><tr><td>02.3.<mark style="color:blue;">2</mark></td><td>Bâtiment ou DI-PROFIL</td><td>Dessins • Lignes • <mark style="color:blue;">Ligne au milieu, bissectrice</mark></td><td></td></tr><tr><td>2.3.<mark style="color:blue;">2</mark></td><td>DI-PLAN</td><td>Dessins • Lignes • <mark style="color:blue;">Ligne au milieu, bissectrice</mark></td><td></td></tr></tbody></table>

Après la sélection de 2 lignes, une nouvelle ligne est créée. Dans le cas de lignes parallèles, elle est située au milieu de la ligne. Si les lignes ne sont pas parallèles, la bissectrice de l'angle est créée. Si les lignes sélectionnées ne sont pas de même longueur, la longueur de la bissectrice (ou ligne médiane) sera définie par la rencontre des points d’extrémité des deux lignes (voir image ci-dessous).

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

Les ligne sélectionnées peuvent également appartenir à des corps en 3D. Dans ces situations, les lignes d’objets seront toujours projetées perpendiculairement dans la vue de travail du module actuel. Dans les modules DI-TOIT, la projection s’effectue sur le plan horizontal. Dans le module DI-CAM, la projection s’effectue perpendiculairement au plan de construction sélectionné.

## Rectangle

<figure><img src="/files/Zhw1H0HkvsB4JiC2a51Y" alt=""><figcaption><p>Rectangle</p></figcaption></figure>

<table><thead><tr><th width="125">Rac. clavier</th><th>Environnement</th><th>Menus déroulants</th><th data-hidden></th></tr></thead><tbody><tr><td>02.3.<mark style="color:blue;">3</mark></td><td>Bâtiment ou DI-PROFIL</td><td>Dessins • Lignes • <mark style="color:blue;">Rectangle</mark></td><td></td></tr><tr><td>2.3.<mark style="color:blue;">3</mark></td><td>DI-PLAN</td><td>Dessins • Lignes • <mark style="color:blue;">Rectangle</mark></td><td></td></tr></tbody></table>

Sélectionnez deux points pour définir la diagonale du rectangle. Pour définir des dimensions précises, pouvez utiliser les points de trame (voir ci-dessous). Vous pouvez également sélectionner le premier point puis saisir les coordonnées relatives du 2<sup>ème</sup> point. Dans tous les cas, le rectangle créé n’est pas identifié comme étant un objet unique ; il est constitué de 4 lignes modifiables individuellement.

<figure><img src="/files/54EPtkPGDNrPQ6uItLvq" alt=""><figcaption></figcaption></figure>


---

# 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/geometrie-daide-2d/zeichenfunktionen/linien.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.
