Std MeasureDistance/de: Difference between revisions

From FreeCAD Documentation
No edit summary
(Created page with "Das Werkzeug '''Std AbstendMessen''' erstellt ein Distance-Objekt, das den Abstand zwischen zwei Punkten misst und anzeigt.")
Line 20: Line 20:
==Beschreibung==
==Beschreibung==


Das Werkzeug '''Std AbstendMessen''' erstellt ein Distance-Objekt, das den Abstand zwischen zwei Punkten misst und anzeigt.
The '''Std MeasureDistance''' command creates a distance object that measures and displays the distance between two points.


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">

Revision as of 07:50, 2 September 2022

Std AbstandMessen

Menüeintrag
Werkzeuge → Abstand messen
Arbeitsbereich
All
Standardtastenkürzel
Keiner
Eingeführt in Version
-
Siehe auch
Part Menü Messen, Draft Maß, Arch Vermessung

Beschreibung

Das Werkzeug Std AbstendMessen erstellt ein Distance-Objekt, das den Abstand zwischen zwei Punkten misst und anzeigt.

Anwendung

  1. Klicke auf oder wähle Werkzeuge Abstand messen aus der Menüleiste.
  2. Wähle den ersten Punkt in der 3D-Ansicht.
  3. Wähle den zweiten Punkt in der 3D-Ansicht.
  4. Der Abstand zwischen den beiden Punkten wird errechnet und in der 3D-Ansicht angezeigt.
  5. Ein Abstand-Objekt wird in der Baumansicht angelegt.
  1. There are several ways to invoke the command:
    • Press the Std MeasureDistance button.
    • Select the Tools → Measure distance option from the menu.
  2. Select the first dimension point anywhere on an object in the 3D view.
  3. Select the second dimension point anywhere on an object in the 3D view.
  4. The selection order of the points can have an impact on the position of the dimension line.
  5. Optionally flip the position of the dimension line by changing the AnsichtMirror property of the distance object.

Bemerkungen

Properties

Data

Base

  • DatenLabel: by default the label contains the measured distance, but this distance is not updated when P1 or P2 are later changed.

Measurement

  • DatenP1: the first dimension point.
  • DatenP2: the second dimension point.
  • DatenDistance: (read-only) the measured distance between P1 and P2.

View

Base

  • AnsichtDist Factor: this factor, multiplied by the measured distance, determines the dimension line offset.
  • AnsichtFont Size: the height of the letters (line height in pixels).
  • AnsichtMirror: if set to true the position of the dimension line relative to P1 and P2 is flipped.