Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
658
def
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
box
Function · 0.85
fuse
Function · 0.85
Solids
Method · 0.80
moved
Method · 0.45
Tested by
no test coverage detected