> For the complete documentation index, see [llms.txt](https://survey.fmpx.docs.frox-it.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://survey.fmpx.docs.frox-it.de/die-funktionen-der-menus/menu-punkte/kreiskonstruktionen/mittelpunkt-aus-geometrie.md).

# Mittelpunkt aus Geometrie

*Menü Punkte / Kreismittelpunkt aus Geometrie*

Modul **M-FX Constructions**

<figure><img src="/files/0uy85ZgdXAV7ziF5pZYR" alt=""><figcaption></figcaption></figure>

Mit dem QuickPick \<Kreismittelpunkt aus Geometrie> kann ein Kreismittelpunkt alternativ zur Kreismittelpunkterzeugung über drei Punkte auch über die Kreisgeometrie erzeugt werden.

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

Es wird aus der Grafik eine Linie oder eine Fläche ausgewählt.&#x20;

### Berechnung des Mittelpunkts eines Kreises

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

Mit dem QuickPick \<Kreismittelpunkt aus Geometrie> kann ein Kreismittelpunkt alternativ zur Kreismittelpunkterzeugung über drei Punkte auch über die Kreisgeometrie erzeugt werden.

Dazu wählt man in der Grafik den Umring des Kreises an. Nach Auswahl des Kreises wird er in der Grafik blau unterlegt. Im QuickPick-Fenster wird die Linienart automatisch eingetragen. Der Mittelpunkt wird berechnet und in der Vorschau dargestellt. Mit Klick auf \<Fertig> wird der Punkt in der Grafik mit der eingestellten Codierung erzeugt.

**Anwendungsbeispiel**

Diese Funktion eignet sich besonders zur Bildung von Kreismittelpunkten von importierten Kreisen aus DXF-Dateien, in denen manchmal keine Stützpunkte auf den Kreisen zu finden sind, um z.B. den Radius zu ermitteln.

### Berechnung eines Kreismittelpunktes aus einem Bogen

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

### Berechnung des Schwerpunkts einer Fläche

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

### Berechnung des Schwerpunkts einer Linie

<figure><img src="/files/S4KstlbEMiD5e3HLYSYQ" 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://survey.fmpx.docs.frox-it.de/die-funktionen-der-menus/menu-punkte/kreiskonstruktionen/mittelpunkt-aus-geometrie.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.
