Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
saveModel
Method · 0.95
Workplane
Class · 0.85
extrude
Method · 0.80
lineTo
Method · 0.80
close
Method · 0.45
Tested by
no test coverage detected