Std UnitsCalculator/ro: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{UnfinishedDocu}}
{{UnfinishedDocu{{#translation:}}}}
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
{{GuiCommand|Name=Std_UnitsCalculator|MenuLocation=Tools → Unit calculator...|Workbenches=All|SeeAlso=...}}
{{GuiCommand|Name=Std_UnitsCalculator|MenuLocation=Tools → Unit calculator...|Workbenches=All|SeeAlso=...}}
Line 18: Line 18:
</div>
</div>


==Usage==
The first field defines a value and a corresponding unit. If you enter an unknown unit, you get a ''syntax error''. Units with exponents can be inserted in the form '''m^3'''. [[Expressions#Units|Here]] is a list of all known units.

==Options==

The first field defines a value and a corresponding unit. If you enter an unknown unit, you get a ''syntax error''. Units with exponents can be inserted in the form '''m^3'''. See the [[Expressions#Units]] page for a list of all known units.

In the second field you specify the resulting unit. If the unit type of the second filed does not match the unit type of the first field, you get a ''unit mismatch''. For example if you try to calculate "12 g" to "nm", because a mass cannot be expressed as a length.


The third field shows the result.
In the second field you specify the resulting unit. If the unit type of the second filed does not match the unit type of the first field, you get a ''unit mismatch''. For example if you try to calculate "12 g" to "nm", because a mass cannot be expressed as a length.<br> The third field shows the result.


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 29: Line 35:
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.
</div>
</div>

==Usage==
# Invoke using the {{MenuCommand|{{StdMenu|[[Std Tools Menu|Tools]]}} → Units calculator...}}


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 37: Line 40:
[[File:Units_Calculator_it.png]]
[[File:Units_Calculator_it.png]]
</div>
</div>

==Limitations==

==Scripting==


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">

Revision as of 20:45, 18 February 2020

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Std_UnitsCalculator

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

Rezumat

Primul câmp definește o valoare și o unitate corespunzătoare (ce fel de unități se recunosc pe care îl puteți vedea în Quantity description). În cel de-al doilea câmp, specificați unitatea rezultată. Cel de-al treilea câmp prezintă rezultatul. Apăsând înapoi în câmpurile unu sau doi, rezultatul calculului va fi adăugat în zona jurnalului pentru utilizare ulterioară.

Deschide caseta de dialog a calculatorului unității, care permite transformarea Cantităților în unități diferite.

Dacă unul dintre câmpuri devine roșu în fundal, înseamnă o eroare. Analizorul primește și eroare în expresia unității sau sursa și unitatea țintă nu se potrivesc. Dacă treceți deasupra unui câmp de introducere roșu, vedeți șirul de eroare.

Usage

Options

The first field defines a value and a corresponding unit. If you enter an unknown unit, you get a syntax error. Units with exponents can be inserted in the form m^3. See the Expressions#Units page for a list of all known units.

In the second field you specify the resulting unit. If the unit type of the second filed does not match the unit type of the first field, you get a unit mismatch. For example if you try to calculate "12 g" to "nm", because a mass cannot be expressed as a length.

The third field shows the result.

Butonul Copy copiază rezultatul în Clipboard, astfel încât să îl puteți folosi în orice alt dialog al 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.