Std UnitsCalculator/it: Difference between revisions

From FreeCAD Documentation
(Created page with "Apre il dialogo del convertitore delle unità di misura.")
(Created page with "Nel primo campo si definisce il valore e la corrispondente unità originale (per sapere quali tipi di unità sono riconosciute consultare la sezione Quantità)...")
Line 3: Line 3:
Apre il dialogo del convertitore delle unità di misura.
Apre il dialogo del convertitore delle unità di misura.


Nel primo campo si definisce il valore e la corrispondente unità originale (per sapere quali tipi di unità sono riconosciute consultare la sezione [[Quantity/it|Quantità]]). Nel secondo campo si specifica l'unità risultante. Il terzo campo presenta il risultato. Premendo {{KEY/it|Invio}} nel campo uno o due il risultato del calcolo viene inserito nel campo di registrazione per un utilizzo successivo.
==== 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.
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.

Revision as of 21:27, 11 February 2014

UnitsCalculator

Posizione nel menu
Strumenti → Units calculator...
Ambiente
Tutti
Avvio veloce
Nessuno
Introdotto nella versione
-
Vedere anche
...

Apre il dialogo del convertitore delle unità di misura.

Nel primo campo si definisce il valore e la corrispondente unità originale (per sapere quali tipi di unità sono riconosciute consultare la sezione Quantità). Nel secondo campo si specifica l'unità risultante. Il terzo campo presenta il risultato. Premendo Template:KEY/it nel campo uno o due il risultato del calcolo viene inserito nel campo di registrazione per un utilizzo successivo.

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.