MCPcopy
hub / github.com/CadQuery/cadquery / testTopFaceFillet

Method testTopFaceFillet

tests/test_cadquery.py:2458–2461  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2456 s1.add(s.faces("+Y")).add(s.faces("+X").val().wrapped)
2457
2458 def testTopFaceFillet(self):
2459 s = Workplane("XY").box(1, 1, 1).faces("+Z").edges().fillet(0.1)
2460 self.assertEqual(s.faces().size(), 10)
2461 self.saveModel(s)
2462
2463 def testBoxPointList(self):
2464 """

Callers

nothing calls this directly

Calls 7

saveModelMethod · 0.95
WorkplaneClass · 0.85
boxMethod · 0.80
filletMethod · 0.45
edgesMethod · 0.45
facesMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected