PartDesign/Gui: more old workflow support

* remove an error message if adding a sketchbased feature without a body
* add champfer or fillet old workflow support

Also rework finishFeature() so at least champfer and fillet may be
inserted into any place of any apropriate body(not only the active one) of the body.
This commit is contained in:
Alexander Golubev
2015-07-20 22:55:37 +03:00
committed by Stefan Tröger
parent a6ebfa496f
commit e586f55fb2
4 changed files with 236 additions and 219 deletions

View File

@@ -41,7 +41,6 @@
#include <Gui/Selection.h>
#include <Gui/Command.h>
#include <Mod/PartDesign/App/FeatureFillet.h>
#include <Mod/PartDesign/App/Body.h>
#include <Mod/Sketcher/App/SketchObject.h>