ArchCommands.fixDAG has been removed in the past and now fails the unit tests

This commit is contained in:
wmayer
2017-10-19 14:13:36 +02:00
parent 9cef7207f8
commit 0c48ea8517
2 changed files with 0 additions and 2 deletions

View File

@@ -83,7 +83,6 @@ def makeRebar(baseobj=None,sketch=None,diameter=None,amount=1,offset=None,name="
else:
obj.OffsetStart = p.GetFloat("RebarOffset",30)
obj.OffsetEnd = p.GetFloat("RebarOffset",30)
ArchCommands.fixDAG(obj)
return obj

View File

@@ -100,7 +100,6 @@ class ArchTest(unittest.TestCase):
sk.addConstraint(Sketcher.Constraint('Coincident',3,2,0,1))
win = Arch.makeWindow(sk)
Arch.removeComponents(win,host=w)
Arch.fixDAG(win,force=True)
self.failUnless(win,"Arch Window failed")
def testRoof(self):