Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CadQuery/cadquery
/ s2
Function
s2
tests/test_sketch.py:850–856 ·
view source on GitHub ↗
Sketch with 5 faces
()
Source
from the content-addressed store, hash-verified
848
849
@fixture
850
def
s2():
851
""
"
852
Sketch
with
5 faces
853
854
""
"
855
856
return
Sketch().rarray(2, 1, 5, 1).rect(1, 1).reset()
857
858
859
@fixture
Callers
nothing calls this directly
Calls
4
Sketch
Class · 0.90
reset
Method · 0.80
rect
Method · 0.45
rarray
Method · 0.45
Tested by
no test coverage detected