(self)
| 66 | self.assertEqual(4, c.faces().all()[0].vertices().size()) |
| 67 | |
| 68 | def testFirst(self): |
| 69 | c = CQ(makeUnitCube()) |
| 70 | self.assertEqual(type(c.vertices().first().val()), Vertex) |
| 71 | self.assertEqual(type(c.vertices().first().first().first().val()), Vertex) |
| 72 | |
| 73 | def testCompounds(self): |
| 74 | c = CQ(makeUnitSquareWire()) |
nothing calls this directly
no test coverage detected