Commit Graph

6978 Commits

Author SHA1 Message Date
jriegel
ebad819fde small fixes after merge from master 2016-04-12 18:11:59 +02:00
Jan Rheinländer
0ada1d1b12 Fixed bug that did not allow selecting datum planes as external references in sketches 2016-04-12 18:11:59 +02:00
jriegel
67889a2f40 Workaround for a wired linker problem on Windows. Actually still not solved... 2016-04-12 18:11:59 +02:00
Stefan Tröger
fcdff96a9e rename the add commands 2016-04-12 18:11:59 +02:00
Stefan Troeger
1443b9537d include dcm core directly to use the warning supression 2016-04-12 18:11:59 +02:00
Stefan Tröger
5bdce01603 use freecad resource, not local one 2016-04-12 18:11:59 +02:00
Stefan Troeger
534e87fc7c supress useless msvc warnings 2016-04-12 18:11:58 +02:00
Stefan Tröger
b7703643ea treat multiple assignment operator warning on msvc 2016-04-12 18:11:58 +02:00
jrheinlaender
6933eabd3a Changes to test parts 2016-04-12 18:11:58 +02:00
jrheinlaender
4cda43580e Fixed bug in Body conversion code 2016-04-12 18:11:58 +02:00
jrheinlaender
1f6e8d49da Cosmetic change in FemConstraint.cpp 2016-04-12 18:11:58 +02:00
Stefan Tröger
26af14aa9a suppress useless msvc warning 2016-04-12 18:11:58 +02:00
Stefan Tröger
cca8bbd769 make sure active assembly object extern variable is always the same type, as visual studio can't find it if derived classes are used 2016-04-12 18:11:58 +02:00
Stefan Tröger
2837bfa9dd placehoder text not supported in libpack qt version 2016-04-12 18:11:58 +02:00
Stefan Tröger
6bcdd81e67 reduce solver calls and fix cylinder-cylinder coincident options 2016-04-12 18:11:58 +02:00
Stefan Tröger
0d91943c84 let assembly part numbering use standart freecad sheme 2016-04-12 18:11:58 +02:00
Stefan Tröger
7d9c2674dd remove exeption on solver error 2016-04-12 18:11:58 +02:00
Stefan Tröger
daa75b516a slightly better error reporting from app to gui 2016-04-12 18:11:58 +02:00
Stefan Tröger
10782b232a fix perpendicular initial position issue and add better tooltips 2016-04-12 18:11:58 +02:00
Stefan Tröger
558fcc6b90 fix failing angle constraint on bad starting position: treat LGZ before first error check 2016-04-12 18:11:58 +02:00
Stefan Tröger
805c9c02c8 update logging to be used with boost1.54 and make it a compile option 2016-04-12 18:11:58 +02:00
Stefan Tröger
3a1e770872 prevent dangling pointers by clearing the active assembly after it was deleted 2016-04-12 18:11:57 +02:00
Stefan Tröger
8af1b3ac47 Fix solution space behaviour and further distinguish alignment/coincident 2016-04-12 18:11:57 +02:00
Stefan Tröger
fe5727011a make solution spaces accessible from GUI and fix some solver implementation errors 2016-04-12 18:11:57 +02:00
Stefan Tröger
757a934cf3 new dcm version 2016-04-12 18:11:57 +02:00
jrheinlaender
9dee5333e7 Fixed bugs in various features that reversed the list of selections 2016-04-12 18:11:57 +02:00
Stefan Tröger
b65f8631f1 revidsed assembly constraint gui interaction 2016-04-12 18:11:57 +02:00
jrheinlaender
14b4a99e33 Fix bug in PartDesignGui Workbench that may cause a crash 2016-04-12 18:11:57 +02:00
Stefan Tröger
b017927af9 add missing template specifier (gcc error) 2016-04-12 18:11:57 +02:00
Stefan Tröger
ae614a7fe3 multiple files added 2016-04-12 18:11:57 +02:00
Stefan Tröger
98843114cb add core defines file 2016-04-12 18:11:57 +02:00
Stefan Tröger
ef00efd348 test commit 2016-04-12 18:11:57 +02:00
Stefan Tröger
5f40b45b05 line line distance works with parallel lines too 2016-04-12 18:11:57 +02:00
Stefan Tröger
bdae42a1eb windows adoptions 2016-04-12 18:11:57 +02:00
jrheinlaender
67f17a24e6 Allow selecting and removing fillet and chamfer references in the dialog (part 2) 2016-04-12 18:11:57 +02:00
jrheinlaender
6639fc978f Allow selecting and removing fillet and chamfer references in the dialog 2016-04-12 18:11:56 +02:00
jrheinlaender
0eb42d7847 Unify code of Dressup features (part 2: Draft) 2016-04-12 18:11:56 +02:00
jrheinlaender
05b9d68890 Fix some errors in the PartDesign ViewProvider code 2016-04-12 18:11:56 +02:00
jrheinlaender
a6de951e1d Unify code of Dressup features (part 1: Draft) 2016-04-12 18:11:56 +02:00
Stefan Tröger
4f7083aa1c updated dcm version 2016-04-12 18:11:56 +02:00
Stefan Tröger
1dbf1d89de treat gradient zeros at residual!=0 2016-04-12 18:11:56 +02:00
jrheinlaender
011dbf53da Enable multiple originals for the transformed features 2016-04-12 18:11:56 +02:00
jrheinlaender
dbc6b1b12e Some code unification for DressUp features 2016-04-12 18:11:56 +02:00
jrheinlaender
3d4c853def Fix bug in workbench 2016-04-12 18:11:56 +02:00
jrheinlaender
579ea3fcd5 Color already selected faces of Draft feature when adding more or removing faces 2016-04-12 18:11:56 +02:00
Stefan Tröger
03c12b1c3f add parts and components to the selected or active assembly only and add user information 2016-04-12 18:11:56 +02:00
Stefan Tröger
5ac3de35d1 dont remove already removed view providers from the toplevel inventor node 2016-04-12 18:11:56 +02:00
Stefan Tröger
9b9f5433ca throw exception at unsuported geometrie instead of crashing 2016-04-12 18:11:56 +02:00
jrheinlaender
a55559dd2e Fixed double clicking bug in the viewprovider 2016-04-12 18:11:56 +02:00
jrheinlaender
44fdff91f5 Python code of Hole Feature 2016-04-12 18:11:56 +02:00