DeepSOIC
74c1b4e825
PartDesign: fix refuse to pad
...
When something was depending on a sketch (another sketch, for example),
padding (revolving, pocketing, etc) it was impossible. This is fixed.
Also, padding or revolving a single sketch twice was allowed (with a
warning msg displayed).
2016-04-12 18:12:11 +02:00
Alexander Golubev
7c88cacf25
PartDesign/Body: make insert/removeFeature treat NULL in a less special way
2016-04-12 18:12:11 +02:00
Alexander Golubev
a0545327b0
PartDesign: make MoveFeatureInTree command use new insert functions
2016-04-12 18:12:11 +02:00
Alexander Golubev
e7dd714e63
PartDesign: add migrating sketch support to MoveFeature command
2016-04-12 18:12:11 +02:00
Alexander Golubev
37ed464594
PartDesign/Workbench: make a message more translation-frendly
2016-04-12 18:12:11 +02:00
Alexander Golubev
94c066772b
PartDesign: fix spacing in several files
2016-04-12 18:12:11 +02:00
Alexander Golubev
f50716c097
PartDesign/Workbench: move fix of sketch support into separate function
...
Outside PartDesign sketches can have no support plane for them. But
PartDesign doesn't allow that.
Move the code for migration of "free" sketches of planes
into a separate fuction so it may be reused.
2016-04-12 18:12:11 +02:00
Alexander Golubev
a688b2848b
PartDesign/Body: add methodes to insert features into specific place
...
Add a Body::insertFeature() methodes as well as python API for it.
2016-04-12 18:12:11 +02:00
DeepSOIC
5d54fef29e
Loft: fix build with MSVC2013
2016-04-12 18:12:11 +02:00
DeepSOIC
f20ff5a8d4
PartDesign: refactor positionBySketch
...
Rename it to positionByPrevious. Rewrite.
Rewrite SketchBased::transformPlacement.
2016-04-12 18:12:11 +02:00
DeepSOIC
220c88edb6
PartDesign: tidy up sketch support and base feature confusion
...
Not complete, transformPlacement and positionBySketch are pending...
2016-04-12 18:12:11 +02:00
Alexander Golubev
e59767d80b
PartDesign/FeatureDraft: fix a wronly placed NOT
2016-04-12 18:12:11 +02:00
Alexander Golubev
099d79b7fb
PartDesign: fix a couple of crashes
...
The first crash was reported here:
http://forum.freecadweb.org/viewtopic.php?f=20&t=11205&start=50#p91052
The second one accures then moving a feature from a body without solid
features.
2016-04-12 18:12:11 +02:00
Stefan Tröger
af31bf63b5
make hole feature work again
2016-04-12 18:12:11 +02:00
Stefan Tröger
b733d38064
better active part and document tip handling
2016-04-12 18:12:10 +02:00
Stefan Tröger
d18cd54743
make part design loft functional
2016-04-12 18:12:10 +02:00
Stefan Tröger
17d4ccb537
add loft viewprovider
2016-04-12 18:12:10 +02:00
Stefan Tröger
de24cbc189
add feature loft
2016-04-12 18:12:10 +02:00
Alexander Golubev
1635b5c807
PartDesign: remove Body::isFeature() because it's the same as BodyBase::hasFeature()
2016-04-12 18:12:10 +02:00
DeepSOIC
6aa31c33f4
Revolution: fix crash when selecting stuff during task
2016-04-12 18:12:10 +02:00
Danny Lepage
aa3a7283f1
Fix Debug Assert in CmdPartDesignDuplicateSelection::activated
...
Under Windows, "Edit/Duplicate selected object" raised a
Debug Assertion Failed "Expression: sequence not ordered".
2016-04-12 18:12:10 +02:00
Danny Lepage
8aca518b6e
Fix Boolean operation tooltip text.
...
As reported by triplus
2016-04-12 18:12:10 +02:00
DeepSOIC
0f9abd1a30
Fix programming error in DatumCS
2016-04-12 18:12:10 +02:00
DeepSOIC
b7abab1131
Fix build on Windows
2016-04-12 18:12:10 +02:00
DeepSOIC
7e52725956
Add QAbstractEventDispatcher to Qt4All.h
2016-04-12 18:12:10 +02:00
blobfish
5a39e5d3bf
Core: Gui: DAGView: Basic Functionality
2016-04-12 18:12:10 +02:00
blobfish
cdd55ff801
Core: Gui: DAGView design
2016-04-12 18:12:10 +02:00
blobfish
8510509bec
Core: Gui: DAGView: adding icons
2016-04-12 18:12:10 +02:00
blobfish
32744adf76
Core: Gui: DAGView: skeleton implemented
...
Need to enable through parameter BaseApp/Preferences/DAGView
2016-04-12 18:12:10 +02:00
blobfish
2d7c29ed84
Core: Gui: DAGView design
2016-04-12 18:12:09 +02:00
Stefan Tröger
aaad6cb644
add missing return value
2016-04-12 18:12:09 +02:00
Stefan Tröger
94c0c59d50
remove import dependency on assembly workbench
2016-04-12 18:12:09 +02:00
Stefan Tröger
d514661ec6
add gcc and clang c++11 flag
2016-04-12 18:12:09 +02:00
Stefan Tröger
b425c028ee
Update pipe icon and add it to the taskwatcher
2016-04-12 18:12:09 +02:00
Stefan Tröger
022e432b77
fix part and body search for invalid objects
2016-04-12 18:12:09 +02:00
Stefan Tröger
df119c3e9c
respect part design placement rules in pipe
2016-04-12 18:12:09 +02:00
Stefan Tröger
7d584f82a2
simple bugfixes
2016-04-12 18:12:09 +02:00
Stefan Tröger
f199c844e6
add two scaling modes
2016-04-12 18:12:09 +02:00
Stefan Tröger
ad352e9b33
make multisection work
2016-04-12 18:12:09 +02:00
Stefan Tröger
7fc0111944
better pipe view handling
2016-04-12 18:12:09 +02:00
Stefan Tröger
468c380bd2
prevent inverted pipes and correct camera adjustment
2016-04-12 18:12:09 +02:00
Stefan Tröger
254e2226ba
generalize preview mode
2016-04-12 18:12:09 +02:00
Stefan Tröger
31ac29501c
implement faster pipes with inner wires
2016-04-12 18:12:09 +02:00
Stefan Tröger
7a8c2efdb2
allow sketches with inner wires as pipe profiles
2016-04-12 18:12:09 +02:00
Stefan Tröger
be7d962595
add options for pipe tool
2016-04-12 18:12:09 +02:00
Stefan Tröger
835085bc7c
add basic part design pipe infrastructure
2016-04-12 18:12:09 +02:00
Stefan Tröger
982af48e86
make new document views obey the scene graph children stacking
2016-04-12 18:12:08 +02:00
Stefan Tröger
51d86830cb
fix wrong torus addition
2016-04-12 18:12:08 +02:00
Stefan Tröger
0f8da717d9
fix sketch editing within transformed parts
2016-04-12 18:12:08 +02:00
Stefan Tröger
4231e9e429
fix crash on cancel primitive
2016-04-12 18:12:08 +02:00