ArchCommands.fixDAG has been removed in the past and now fails the unit tests
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user