Std UnitsCalculator: Difference between revisions

From FreeCAD Documentation
(<translate>)
(Marked this version for translation)
Line 1: Line 1:
<translate>
<translate>
<!--T:1-->
{{GuiCommand|Name=Std_UnitsCalculator|MenuLocation=Tools -> Unit calculator...|Workbenches=All|SeeAlso=...}}
{{GuiCommand|Name=Std_UnitsCalculator|MenuLocation=Tools -> Unit calculator...|Workbenches=All|SeeAlso=...}}


<!--T:2-->
Opens the unit calculator dialog, which allow to transform Quantities into different units.
Opens the unit calculator dialog, which allow to transform Quantities into different units.


==== Synopsis ====
==== Synopsis ==== <!--T:3-->
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.
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.


<!--T:4-->
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.


<!--T:5-->
The Copy button copies the result into the Clipboard, so you can use it in any other dialog of FreeCAD.
The Copy button copies the result into the Clipboard, so you can use it in any other dialog of FreeCAD.


<!--T:6-->
The dialog is a non-modal dialog and can stay open as long as you want. It do not block the rest of FreeCAD.
The dialog is a non-modal dialog and can stay open as long as you want. It do not block the rest of FreeCAD.


==== Dialog ====
==== Dialog ==== <!--T:7-->
[[File:Units_Calculator_it.png]]
[[File:Units_Calculator_it.png]]


<!--T:8-->
The Dialog with the three fields and the log area.
The Dialog with the three fields and the log area.
{{clear}}
{{clear}}

Revision as of 21:24, 11 February 2014

Std_UnitsCalculator

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

Opens the unit calculator dialog, which allow to transform Quantities into different units.

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.

The Copy button copies the result into the Clipboard, so you can use it in any other dialog of FreeCAD.

The dialog is a non-modal dialog and can stay open as long as you want. It do not block the rest of FreeCAD.

Dialog

The Dialog with the three fields and the log area.