> 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/2d-auxiliary-geometry/bearbeitungsfunktionen/eckausbildung.md).

# Corner formation

## Corner

The "Corner" command connects two lines into a closed corner. The selected lines are adjusted or trimmed to form a corner depending on the situation. If the lines are to be trimmed at a corner, click on the portion of each line that should be retained.

<figure><img src="/files/747669ffc603386488d4caf635efb36edc5fae4a" alt=""><figcaption></figcaption></figure>

Blue: original line

Black: result

Square with cross: clicked location

## Chamfer

The "Chamfer" function can be applied only to lines and not to circular arcs, unlike the Corner function.

The chamfer consists of an additional line that connects the two selected lines. The two selected lines are extended or shortened so that they can be connected by the chamfer (additional line). If the selected lines intersect, they are automatically shortened. In that case, the side of the line that was clicked is preserved.

The chamfer inherits the properties (color, line type, line weight, layer) of the first selected line.

This connecting line (chamfer line) can be positioned and sized in three ways:

### Line lengths:

Specify the lengths (L1, L2) by which the two selected lines must be shortened from their intersection. These two points are connected by the chamfer.

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

### Chamfer length:

Specify the chamfer length (F); this line segment is placed angle-bisecting between the two selected lines.

<figure><img src="/files/02c362b3290bbb144fbaae848b0af48b24434cf3" alt=""><figcaption></figcaption></figure>

### Chamfer length and line length:

Specify the chamfer length (F); this line segment is placed between the two selected lines such that the first-selected line must be shortened by a specified amount (L1), measured from the intersection of the two lines.

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

## Fillet

The "Fillet" function can be applied only to lines and not to circular arcs, unlike the Corner function.

The fillet consists of an arc that connects the two selected lines so that the lines are tangent to the arc. The two selected lines are extended or shortened so that they can be connected by the arc. If the selected lines intersect, they are automatically shortened. In that case, the side of the line that was clicked is preserved.

<figure><img src="/files/5975ff198d3eb8667cd07f4194beb53fd5ec95f6" alt=""><figcaption></figcaption></figure>

The arc inherits the properties (color, line type, line weight, layer) of the first selected line.


---

# 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/2d-auxiliary-geometry/bearbeitungsfunktionen/eckausbildung.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.
