View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002554 | FreeCAD | Bug | public | 2016-05-14 13:31 | 2016-05-14 17:31 |
Reporter | wandererfan | Assigned To | wmayer | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
OS | Linux | OS Version | 12.04 | ||
Product Version | 0.17 | ||||
Target Version | 0.17 | Fixed in Version | 0.17 | ||
Summary | 0002554: Py Quantity Constructor Angles | ||||
Description | Constructing Quantity in Python for Angle units has problems with Degree and Radian. Degree returns 'mm'. Radian throws exception. | ||||
Steps To Reproduce | In Console: >>> App.Units.Quantity(1, App.Units.Degree) 1 mm >>> App.Units.Degree 1 deg >>> App.Units.Quantity(1, App.Units.Radian) "Unhandled FreeCAD Exception" >>> App.Units.Radian 57.2958 deg >>> App.Units.Quantity(1, App.Units.Gon) 1 >>> App.Units.Gon 0.9 deg | ||||
Tags | No tags attached. | ||||
FreeCAD Information | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2016-05-14 13:31 | wandererfan | New Issue | |
2016-05-14 17:31 | wmayer | Changeset attached | => FreeCAD Master master 948bd3f6 |
2016-05-14 17:31 | wmayer | Assigned To | => wmayer |
2016-05-14 17:31 | wmayer | Status | new => closed |
2016-05-14 17:31 | wmayer | Resolution | open => fixed |
2016-05-14 17:31 | wmayer | Fixed in Version | => 0.17 |