MCPcopy
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
850def 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

SketchClass · 0.90
resetMethod · 0.80
rectMethod · 0.45
rarrayMethod · 0.45

Tested by

no test coverage detected