Sketcher: New Functionality: Mirror full sketch

===============================================

Support for mirroring a full sketch.

A dialog appears allowing to select X, Y axis mirroring or mirroring about the origin of the sketch.
This commit is contained in:
Abdullah Tahiri
2015-08-14 17:08:06 +02:00
committed by wmayer
parent 0e01764f0b
commit d795eb2b7d
7 changed files with 365 additions and 19 deletions

View File

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