Std UnitsCalculator/it: Difference between revisions

From FreeCAD Documentation
(Created page with "===Riga superiore===")
(Created page with "# Immettere un valore con le unità nella prima casella di input. Per esempio {{Value|10 mm}}. #* Le unità con esponenti devono essere inserite usando la notazione {{Value|^}...")
Line 30: Line 30:
===Riga superiore===
===Riga superiore===


# Enter a value with units in the first input box. For example {{Value|10 mm}}.
# Immettere un valore con le unità nella prima casella di input. Per esempio {{Value|10 mm}}.
#* Units with exponents should be entered using the {{Value|^}} notation. For example {{Value|1 m^2}}.
#* Le unità con esponenti devono essere inserite usando la notazione {{Value|^}}. Ad esempio {{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.
#* Se il valore di input non può essere riconosciuto o se le unità sono sconosciute, nella casella '''=>''' viene visualizzato il messaggio "Errore di sintassi".
# Enter the target units in the '''as''' input box. For example {{Value|in}}.
# Immettere le unità di destinazione nella casella di input '''come'''. Per esempio {{Value|in}}.
#* If the units are unknown the '''=>''' box will display the 'unknown unit' message.
#* Se le unità sono sconosciute, nella casella '''=>''' viene visualizzato il messaggio "Errore di sintassi".
#* Se il tipo di unità nella prima e nella seconda casella di input non corrispondono, nella casella '''=>''' viene visualizzato il messaggio 'unità non corrispondenti'. Nell'esempio le unità corrispondono in quanto 'mm' e 'in' sono entrambe unità di lunghezza.
#* 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}}.
# Se non ci sono errori di input, la casella '''=>''' mostra immediatamente il risultato. Per i valori di esempio il risultato è {{Value|0,394 in}}.
# Facoltativamente, premere il pulsante {{Button|Copia}} per copiare il contenuto della casella '''=>''' negli appunti. Ad esempio, è possibile incollare il valore in un pannello delle azioni o in una finestra di dialogo di FreeCAD.
# 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===
===Text area===

Revision as of 20:42, 29 June 2020

Convertitore di unità

Posizione nel menu
Strumenti → Convertitore di unità...
Ambiente
Tutti
Avvio veloce
Nessuno
Introdotto nella versione
-
Vedere anche
Nessuno

Descrizione

Il comando Convertitore di unità apre la finestra di dialogo per convertire i valori da un sistema di unità di misura ad un altro.

La finestra di dialogo del Convertitore di unità

Utilizzo

  1. Selezionare l'opzione Strumenti → Convertitore di unità... dal menu.
  2. Viene visualizzata la finestra di dialogo Convertitore di unità. Per ulteriori informazioni, vedere le Opzioni.
  3. La finestra di dialogo non è modale, il che significa che può rimanere aperta mentre si continua a lavorare in FreeCAD.
  4. Premere il pulsante Chiudi per chiudere la finestra di dialogo.

Opzioni

Riga superiore

  1. Immettere un valore con le unità nella prima casella di input. Per esempio 10 mm.
    • Le unità con esponenti devono essere inserite usando la notazione ^. Ad esempio 1 m^2.
    • Se il valore di input non può essere riconosciuto o se le unità sono sconosciute, nella casella => viene visualizzato il messaggio "Errore di sintassi".
  2. Immettere le unità di destinazione nella casella di input come. Per esempio in.
    • Se le unità sono sconosciute, nella casella => viene visualizzato il messaggio "Errore di sintassi".
    • Se il tipo di unità nella prima e nella seconda casella di input non corrispondono, nella casella => viene visualizzato il messaggio 'unità non corrispondenti'. Nell'esempio le unità corrispondono in quanto 'mm' e 'in' sono entrambe unità di lunghezza.
  3. Se non ci sono errori di input, la casella => mostra immediatamente il risultato. Per i valori di esempio il risultato è 0,394 in.
  4. Facoltativamente, premere il pulsante Copia per copiare il contenuto della casella => negli appunti. Ad esempio, è possibile incollare il valore in un pannello delle azioni o in una finestra di dialogo di FreeCAD.

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.