Sketcher: UI Copy/Clone as a single dropdown toolbar icon
========================================================= This commit provides with a single toolbar button to select between a copy and clone. Copy just copies the constraints. Clone modifies the dimensional constraints to geometric constraints, so that the constrained geometry follows the changes in the original object.
This commit is contained in:
@@ -247,6 +247,7 @@ inline void SketcherAddWorkbenchTools<Gui::MenuItem>(Gui::MenuItem& consaccel){
|
||||
<< "Sketcher_SelectElementsAssociatedWithConstraints"
|
||||
<< "Sketcher_RestoreInternalAlignmentGeometry"
|
||||
<< "Sketcher_Symmetry"
|
||||
<< "Sketcher_Clone"
|
||||
<< "Sketcher_Copy"
|
||||
<< "Sketcher_RectangularArray";
|
||||
|
||||
@@ -258,7 +259,7 @@ inline void SketcherAddWorkbenchTools<Gui::ToolBarItem>(Gui::ToolBarItem& consac
|
||||
<< "Sketcher_SelectConstraints"
|
||||
<< "Sketcher_RestoreInternalAlignmentGeometry"
|
||||
<< "Sketcher_Symmetry"
|
||||
<< "Sketcher_Copy"
|
||||
<< "Sketcher_CompCopy"
|
||||
<< "Sketcher_RectangularArray";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user