Std UnitsCalculator

From FreeCAD Documentation
Revision as of 00:24, 7 February 2020 by Kunda1 (talk | contribs)

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 → Units calculator...
Workbenches
All
Default shortcut
None
Introduced in version
-
See also
Units

Description

The units calculator dialog allows to calculate quantities to different units.

The units calculator dialog

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. Here is 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.

Pressing return in field one or two will add the result of the calculation to the log area for later usage. The Copy button copies the result into the clipboard, so you can use it in another dialog of FreeCAD.

In the field Quantity you can set a value. Its unit will be the base unit of the selected Unit category. For example a value 75 and the unit category "Frequency" results in "75.00 Hz". The number of decimals for the Quantity can be set in the Decimals field. In the combo box Unit system you can select a unit system. The Preference system is the unit system set in the general preferences. For example "75.00 Pa" with the "Standard" system results to "0.011 psi" with the "Imperial decimal" system.

Usage

  1. Invoke using the Tools → Units calculator...

The dialog can stay open as long as you want and does not block the rest of FreeCAD

Limitations

Scripting