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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user