Now you can join multiple wires all at once
This commit is contained in:
committed by
Yorik van Havre
parent
7e7e298efb
commit
954cc2faad
@@ -3234,7 +3234,7 @@ class Join(Modifier):
|
||||
print(FreeCADGui.Selection.getSelection())
|
||||
FreeCADGui.addModule("Draft")
|
||||
self.commit(translate("draft","Upgrade"),
|
||||
['Draft.joinWires(FreeCADGui.Selection.getSelection()[0], FreeCADGui.Selection.getSelection()[1])', 'FreeCAD.ActiveDocument.recompute()'])
|
||||
['Draft.joinWires(FreeCADGui.Selection.getSelection())', 'FreeCAD.ActiveDocument.recompute()'])
|
||||
self.finish()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user