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

Function empty_top_assy

tests/test_assembly.py:100–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98
99@pytest.fixture
100def empty_top_assy():
101
102 b1 = cq.Workplane().box(1, 1, 1)
103
104 assy = cq.Assembly(name="top")
105 assy.add(b1, color=cq.Color("green"), name="b")
106
107 return assy
108
109
110@pytest.fixture

Callers

nothing calls this directly

Calls 2

addMethod · 0.95
boxMethod · 0.80

Tested by

no test coverage detected