Commit Graph

1053 Commits

Author SHA1 Message Date
Markus Lampert
85571ac9ad Fixed updating view after tag generation. 2017-11-20 20:50:26 -08:00
Markus Lampert
9c9faab428 Increased tolerance for accepting tags. 2017-11-20 20:37:40 -08:00
Zheng, Lei
54219f151c Path.Area: handle empty wires during sorting 2017-11-19 17:18:28 +01:00
Zheng, Lei
6ad0a1825c Path.Area: replace push_back with emplace_back
For minor performance improvement
2017-11-19 17:18:28 +01:00
plgarcia
ba7fed2391 Very minor problem. Test of sheets is impacted by the locale. The decimal separator may be , instead of .
An assertEqualLocale function has been added to replace , by . in the values impacted by the locale with before comparison with the expected string containing a . as decimal separator.

Works fine
2017-11-18 22:04:57 +01:00
luzpaz
1f76beba61 Path: typo fixes
Forum thread: https://forum.freecadweb.org/viewtopic.php?f=15&t=25384
+ I squeezed in a few more changes. @mlampert & @sliptonic do you mind reviewing?
2017-11-18 12:51:31 +01:00
Zheng, Lei
dc0f651521 Path.Area: improve coplanar checking performance 2017-11-16 15:20:17 +01:00
Zheng, Lei
4f7bcded78 Path.Area: improve projection algorithm efficiency 2017-11-16 15:20:01 +01:00
Markus Lampert
2a443f5ef5 Fixed issue with empty expression. 2017-11-12 11:39:17 +01:00
wmayer
74d1aa72ea fix German translation 2017-11-11 22:47:12 +01:00
PLChris
647b6d6ea0 make philips postprocessor compatible with current Path Workbench 2017-11-05 13:03:35 +01:00
Markus Lampert
225910230e Comment explaining the local implementation of snapper mouse move 2017-11-01 10:39:07 -02:00
Markus Lampert
03ad4fb598 Fixed holding tags snapper interaction. 2017-11-01 10:39:07 -02:00
Markus Lampert
84e67a2471 Moved tag generation together with button box for better getpoint handling. 2017-11-01 10:39:07 -02:00
Markus Lampert
17ebceb144 Use PathGetPoint for Tags. 2017-11-01 10:39:07 -02:00
Markus Lampert
27e7dcfe13 Fixed PathSanity. 2017-11-01 10:39:07 -02:00
Markus Lampert
8fc24a063e Using vertical speed for tags. 2017-11-01 10:39:07 -02:00
Markus Lampert
c41f5862f0 checkpoint 2017-11-01 10:39:07 -02:00
wmayer
780d1791f3 add occ library dir to PathSimulator 2017-11-01 13:19:09 +01:00
Shai Seger
ea4f6f2b2d PathSimulator: move all changes to branch path_simulator 2017-10-31 11:10:23 -02:00
Shai Seger
f9fec3f724 Fix dialog texts 2017-10-31 11:10:23 -02:00
Shai Seger
3a28e4f621 Solve the C++/Python type checking issue 2017-10-31 11:10:23 -02:00
Shai Seger
f531914007 change abs to fabs (for linux compatibility) 2017-10-31 11:10:23 -02:00
Shai Seger
c05219cfe8 fix some linux compiler warnings 2017-10-31 11:10:23 -02:00
Shai Seger
e1d624b2cb Fixed some non standard c++ operations. 2017-10-31 11:10:23 -02:00
Shai Seger
08890b77cf Fix another linux compilation issue... 2017-10-31 11:10:23 -02:00
Shai Seger
5d2213381a Increase Fast Forward speed
Fix Linux compilation issue (hopefully)
2017-10-31 11:10:23 -02:00
Shai Seger
1a7c4b3a80 fix bug: when pressing play again, only first operation was done. 2017-10-31 11:10:23 -02:00
Shai Seger
1322bbf13d Add 2 color stock, speed control and resolution control 2017-10-31 11:10:23 -02:00
Shai Seger
77193b7e36 Add sliders to task 2017-10-31 11:10:23 -02:00
Shai Seger
831cb793f6 Add missing files and place ui file in correct location 2017-10-31 11:10:23 -02:00
Shai Seger
153959f98f fixes after merge with upstream 2017-10-31 11:10:23 -02:00
Shai Seger
22233110e6 integrate simulator into path workbench 2017-10-31 11:10:23 -02:00
Shai Seger
e886ef2a21 Initial simulation works 2017-10-31 11:10:23 -02:00
Shai Seger
16b1eccd75 debugging wip 2017-10-31 11:10:23 -02:00
Shai Seger
b9362df315 implement ApplyCommand and SetCurrentTool 2017-10-31 11:10:23 -02:00
Shai Seger
fbbd0ce35b implement beginSimulation and getResultMesh 2017-10-31 11:10:23 -02:00
Shai Seger
e366a3cfab Finally! the PathSim object is visible at freecad 2017-10-31 11:10:23 -02:00
Shai Seger
60ef98a8fe add python object resistration 2017-10-31 11:10:23 -02:00
Shai Seger
71ec1392b8 initial sim engin added. initial python interface. 2017-10-31 11:10:23 -02:00
Shai Seger
e3e5a61700 Add initial class 2017-10-31 11:10:23 -02:00
Shai Seger
9f0b8c5efa Add generated PathSimulation Module 2017-10-31 11:10:23 -02:00
Zheng, Lei
e102ac12f4 libarea: improve arc fitting
Handle cases where the ending edge can form an arc with the starting
edge
2017-10-25 10:52:36 +02:00
Yorik van Havre
cfe2d134a2 Updated translations from crowdin 2017-10-23 18:32:02 -02:00
Markus Lampert
7448d47b8a Fixed more python 2/3 unicode issues. 2017-10-22 19:50:30 -07:00
Markus Lampert
dce9c0e385 Refactored use of iteritems into function to deal with python 2.7 and 3 compatibility. 2017-10-22 18:18:10 -07:00
Markus Lampert
a14d6215fd Reduced log level for debug messages. 2017-10-22 12:02:21 -07:00
Markus Lampert
0d4e9d47c9 Python version independent string and unicode handling. 2017-10-22 12:01:35 -07:00
Markus Lampert
be115bcabf Fixed cmake file for Path. 2017-10-22 11:24:58 -07:00
Markus Lampert
4826e6387e Removed references to Spreadsheet from docstrings. 2017-10-22 11:24:58 -07:00