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

Function test_fuse_multi

tests/test_free_functions.py:658–663  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

656
657
658def test_fuse_multi():
659
660 b = box(1, 1, 1)
661 res = fuse(b, b.moved(x=0.1), b.moved(x=0.2))
662
663 assert len(res.Solids()) == 1
664
665
666# %% moved

Callers

nothing calls this directly

Calls 4

boxFunction · 0.85
fuseFunction · 0.85
SolidsMethod · 0.80
movedMethod · 0.45

Tested by

no test coverage detected