MCPcopy Index your code
hub / github.com/CadQuery/cadquery / next_box_shell

Method next_box_shell

tests/test_selectors.py:966–968  ·  view source on GitHub ↗
(loc)

Source from the content-addressed store, hash-verified

964 sizes_iter = iter([10.0, 20.0, 30.0])
965
966 def next_box_shell(loc):
967 size = next(sizes_iter)
968 return Workplane().box(size, size, size).val().located(loc)
969
970 workplane_shells = Workplane().rarray(10, 1, 3, 1).eachpoint(next_box_shell)
971

Callers

nothing calls this directly

Calls 4

WorkplaneClass · 0.85
boxMethod · 0.80
locatedMethod · 0.45
valMethod · 0.45

Tested by

no test coverage detected