[Draft] Wire To BSpline fix to show new object
Discussion https://forum.freecadweb.org/viewtopic.php?f=8&t=39466
This commit is contained in:
committed by
Yorik van Havre
parent
7a655c25de
commit
8d11ced84b
@@ -4489,6 +4489,7 @@ class WireToBSpline(Modifier):
|
||||
n = Draft.makeWire(self.Points, self.closed, self.pl)
|
||||
if n:
|
||||
Draft.formatObject(n,self.obj)
|
||||
self.doc.recompute()
|
||||
else:
|
||||
self.finish()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user