Sketcher Enhancement: Merge sketches

- It copies the geometry and associated constraints of a plurality of sketches into a new sketch
- The functionality is accessible from outside sketch edit mode, directly from the menu Sketch
This commit is contained in:
Abdullah Tahiri
2014-11-15 08:14:38 +01:00
committed by wmayer
parent e3e2667252
commit 0f72bc68ba
2 changed files with 71 additions and 1 deletions

View File

@@ -228,7 +228,8 @@ inline void SketcherAddWorkspaceSketchExtra(T& sketch){
template <>
inline void SketcherAddWorkspaceSketchExtra<Gui::MenuItem>(Gui::MenuItem& sketch){
sketch << "Sketcher_ReorientSketch"
<< "Sketcher_ValidateSketch";
<< "Sketcher_ValidateSketch"
<< "Sketcher_MergeSketchs";
}
template <typename T>