Std UnitsCalculator/de: Difference between revisions

From FreeCAD Documentation
(Created page with "Dieses Dialogfenster ist nicht-modal und kann solange wie gewünscht geöffnet bleiben. Die restliche FreeCAD Anwendung wird dadurch nicht blockiert.")
(Created page with "Der Copy Knopf kopiert das Ergebnis in die Zwischenablage, so dass andere FreeCAD Dialoge dies nutzen können.")
Line 8: Line 8:
If one of the fields get red in the background means an error occourd. Either the parser gets and error in the unit expression or the source and target unit do not fit. Hovering over an red input field shows you the error string.
If one of the fields get red in the background means an error occourd. Either the parser gets and error in the unit expression or the source and target unit do not fit. Hovering over an red input field shows you the error string.


Der Copy Knopf kopiert das Ergebnis in die Zwischenablage, so dass andere FreeCAD Dialoge dies nutzen können.
The Copy button copies the result into the Clipboard, so you can use it in any other dialog of FreeCAD.


Dieses Dialogfenster ist nicht-modal und kann solange wie gewünscht geöffnet bleiben. Die restliche FreeCAD Anwendung wird dadurch nicht blockiert.
Dieses Dialogfenster ist nicht-modal und kann solange wie gewünscht geöffnet bleiben. Die restliche FreeCAD Anwendung wird dadurch nicht blockiert.

Revision as of 20:40, 27 December 2015

Std_UnitsCalculator

Menu location
Tools -> Unit calculator...
Workbenches
All
Default shortcut
None
Introduced in version
-
See also
...

Öffnet den Einheitenrechner, der die Umrechnung von Messgrößen erlaubt.

Synopsis

The first field defines a value and a corresponding unit (what kind of units get recognized you can see in the Quantity description). In the second field you specify the resulting unit. The third field present the result. Pressing return in field one or two will add the result of the calculation to the log area for later usage.

If one of the fields get red in the background means an error occourd. Either the parser gets and error in the unit expression or the source and target unit do not fit. Hovering over an red input field shows you the error string.

Der Copy Knopf kopiert das Ergebnis in die Zwischenablage, so dass andere FreeCAD Dialoge dies nutzen können.

Dieses Dialogfenster ist nicht-modal und kann solange wie gewünscht geöffnet bleiben. Die restliche FreeCAD Anwendung wird dadurch nicht blockiert.

Dialog

The Dialog with the three fields and the log area.