Std UnitsCalculator/de: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
(18 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{GuiCommand/de|Name=Std_UnitsCalculator|Name/de=Einheitenrechner|MenuLocation=Tools → Unit calculator...|Workbenches=All|SeeAlso=...}}


{{Docnav
Öffnet den Einheitenrechner, der die Umrechnung von Messgrößen erlaubt.
|[[Std_DemoMode|Std DemoMode]]
|[[Std_DlgCustomize|Std DlgCustomize]]
|[[Std_Tools_Menu|Std Tools Menu]]
|IconL=
|IconR=Std_DlgCustomize.svg
|IconC=Freecad.svg
}}


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
{{GuiCommand/de
==== Beschreibung ====
|Name=Std_UnitsCalculator
Das erste Feld bezeichnet einen Wert mit einer entsprechenden Einheit (welche Einheiten erkannt werden, kann man unter [[Quantity]] nachschauen). Im zweiten Feld wird die gewünschte Zieleinheit angegeben. Das dritte Feld zeigt das Ergebnis. Ein Druck auf Return in Feld eins oder zwei fügt das Ergebnis der Berechnung zur späteren Verwendung zum Logbereich hinzu.
|MenuLocation=Werkzeuge → Einheitenrechner...
|Workbenches=All
|SeeAlso=[[Units]]
}}
</div>
</div>


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
== Beschreibung ==
Falls bei einem der Eingabefelder ein roter Hintergrund erscheint, deutet dies auf einen Fehler hin. Entweder wurde die eingegebene Einheit nicht erkannt, oder Quell- und Zieleinheit passen nicht zueinander. Beim Überfahren mit der Maus erscheint eine entsprechende Fehlermeldung.
</div>
</div>


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Einheitenrechner Der Einheitenrechnerdialog ermöglicht es, Mengen in verschiedenen Einheiten zu berechnen.
Der Copy Knopf kopiert das Ergebnis in die Zwischenablage, so dass andere FreeCAD Dialoge dies nutzen können.
</div>
</div>


[[Image:Units_Calculator_it.png]]
Dieses Dialogfenster ist nicht-modal und kann solange wie gewünscht geöffnet bleiben. Die restliche FreeCAD Anwendung wird dadurch nicht blockiert.
{{Caption|The Units calculator dialog box}}


==Usage==
<div class="mw-translate-fuzzy">
==== Dialog ====
[[File:Units_Calculator_de.png]]
</div>


# Select the {{MenuCommand|Tools → [[Image:Std_UnitsCalculator.svg|16px]] Units calculator...}} option from the menu.
<div class="mw-translate-fuzzy">
# The Units calculator dialog box opens. For more information see [[#Options|Options]].
Der Dialog mit den drei Feldern sowie dem Logbereich {{clear}}
# The dialog box is modeless, meaning it can stay open while you continue working in FreeCAD.
</div>
# Press the {{Button|Close}} button to close the dialog box.

==Options==

===Top row===

# Enter a value with units in the first input box. For example {{Value|10 mm}}.
#* Units with exponents should be entered using the {{Value|^}} notation. For example {{Value|1 m^2}}.
#* If the input value cannot be recognized or if the units are unknown the '''=>''' box will display the 'syntax error' message.
# Enter the target units in the '''as''' input box. For example {{Value|in}}.
#* If the units are unknown the '''=>''' box will display the 'unknown unit' message.
#* If the units in the first and second input box do not match, the '''=>''' box will display the 'unit mismatch' message. In the example the units match as 'mm' and 'in' are both length units.
# If there are no input errors the '''=>''' box will immediately show the result. For the example values the result is {{Value|0,394 in}}.
# Optionally press the {{Button|Copy}} button to copy the content of the '''=>''' box to the clipboard. The value can then for example be pasted in a FreeCAD task panel or dialog box.

===Text area===

# The conversion performed in the top row can be copied to the text area by pressing {{KEY|Enter}} in the first or second input box.
# The text area can contain multiple conversions and its content can be selected and copied to the clipboard with {{KEY|Ctrl+C}} and used in other programs.

===Quantity===

{{Emphasis|This new part ({{Version|0.19}}) of the Units calculator still suffers from some bugs.}}

# Select an option from the '''Unit system''' dropdown list. This will be the target unit system. Select '''Preference system''' to use the unit system defined in the [[Preferences_Editor#Units|Preferences]].
# Select an option from the '''Unit category''' dropdown list.
# Enter a value with units in the '''Quantity''' input box. The units must match the unit category.
#* If the '''Area''' unit category has been selected, entering certain units is problematic. For example to enter {{Value|m^2}} you have to first enter {{Value|^2}}, put the cursor before the {{Value|^}} character and then enter {{Value|m}}.
# Click in the '''Decimals''' input box and press {{KEY|Enter}} to convert the value in the '''Quantity''' input box.

==Notes==

* See the [[Expressions#Units|Expressions]] page for a list of all known units.

{{Docnav
|[[Std_DemoMode|Std DemoMode]]
|[[Std_DlgCustomize|Std DlgCustomize]]
|[[Std_Tools_Menu|Std Tools Menu]]
|IconL=
|IconR=Std_DlgCustomize.svg
|IconC=Freecad.svg
}}


{{Std Base}}
{{Std Base navi{{#translation:}}}}
{{Userdocnavi}}
{{Userdocnavi{{#translation:}}}}
{{clear}}
{{clear}}

Revision as of 20:05, 6 May 2020

Std_UnitsCalculator

Menüeintrag
Werkzeuge → Einheitenrechner...
Arbeitsbereich
All
Standardtastenkürzel
Keiner
Eingeführt in Version
-
Siehe auch
Units

Beschreibung

Einheitenrechner Der Einheitenrechnerdialog ermöglicht es, Mengen in verschiedenen Einheiten zu berechnen.

The Units calculator dialog box

Usage

  1. Select the Tools → Units calculator... option from the menu.
  2. The Units calculator dialog box opens. For more information see Options.
  3. The dialog box is modeless, meaning it can stay open while you continue working in FreeCAD.
  4. Press the Close button to close the dialog box.

Options

Top row

  1. Enter a value with units in the first input box. For example 10 mm.
    • Units with exponents should be entered using the ^ notation. For example 1 m^2.
    • If the input value cannot be recognized or if the units are unknown the => box will display the 'syntax error' message.
  2. Enter the target units in the as input box. For example in.
    • If the units are unknown the => box will display the 'unknown unit' message.
    • If the units in the first and second input box do not match, the => box will display the 'unit mismatch' message. In the example the units match as 'mm' and 'in' are both length units.
  3. If there are no input errors the => box will immediately show the result. For the example values the result is 0,394 in.
  4. Optionally press the Copy button to copy the content of the => box to the clipboard. The value can then for example be pasted in a FreeCAD task panel or dialog box.

Text area

  1. The conversion performed in the top row can be copied to the text area by pressing Enter in the first or second input box.
  2. The text area can contain multiple conversions and its content can be selected and copied to the clipboard with Ctrl+C and used in other programs.

Quantity

This new part (introduced in version 0.19) of the Units calculator still suffers from some bugs.

  1. Select an option from the Unit system dropdown list. This will be the target unit system. Select Preference system to use the unit system defined in the Preferences.
  2. Select an option from the Unit category dropdown list.
  3. Enter a value with units in the Quantity input box. The units must match the unit category.
    • If the Area unit category has been selected, entering certain units is problematic. For example to enter m^2 you have to first enter ^2, put the cursor before the ^ character and then enter m.
  4. Click in the Decimals input box and press Enter to convert the value in the Quantity input box.

Notes

  • See the Expressions page for a list of all known units.