(self)
| 71 | self.assertEqual(type(c.vertices().first().first().first().val()), Vertex) |
| 72 | |
| 73 | def testCompounds(self): |
| 74 | c = CQ(makeUnitSquareWire()) |
| 75 | self.assertEqual(0, c.compounds().size()) |
| 76 | self.assertEqual(0, c.shells().size()) |
| 77 | self.assertEqual(0, c.solids().size()) |
| 78 | |
| 79 | def testSolid(self): |
| 80 | c = CQ(makeUnitCube(False)) |
nothing calls this directly
no test coverage detected