Small fixes in Draft tools to work with Arch objects
This commit is contained in:
@@ -486,15 +486,12 @@ class Line(Creator):
|
||||
def wipe(self):
|
||||
"removes all previous segments and starts from last point"
|
||||
if len(self.node) > 1:
|
||||
print "nullifying"
|
||||
# self.obj.Shape.nullify() - for some reason this fails
|
||||
self.obj.ViewObject.Visibility = False
|
||||
self.node = [self.node[-1]]
|
||||
print "setting trackers"
|
||||
self.linetrack.p1(self.node[0])
|
||||
self.planetrack.set(self.node[0])
|
||||
msg(translate("draft", "Pick next point:\n"))
|
||||
print "done"
|
||||
|
||||
def numericInput(self,numx,numy,numz):
|
||||
"this function gets called by the toolbar when valid x, y, and z have been entered there"
|
||||
|
||||
Reference in New Issue
Block a user