Changed polyline to work with a list of edges instead of a wire.

This commit is contained in:
Jeremy Mack Wright
2015-10-13 11:30:17 -04:00
parent e2ac623acc
commit 4cd0afc29e
2 changed files with 24 additions and 14 deletions

View File

@ -753,7 +753,7 @@ class TestCadQuery(BaseTest):
r = Workplane("XY").polyline(points).mirrorX()
self.assertEquals(1, r.wires().size())
self.assertEquals(16, r.edges().size())
self.assertEquals(18, r.edges().size())
# def testChainedMirror(self):
# """