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

Method testTriangularPrism

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

Source from the content-addressed store, hash-verified

1635 w = s.faces("+Y").workplane()
1636
1637 def testTriangularPrism(self):
1638 s = Workplane("XY").lineTo(1, 0).lineTo(1, 1).close().extrude(0.2)
1639 self.saveModel(s)
1640
1641 def testMultiWireWorkplane(self):
1642 """

Callers

nothing calls this directly

Calls 5

saveModelMethod · 0.95
WorkplaneClass · 0.85
extrudeMethod · 0.80
lineToMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected