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

Method __add__

cadquery/occ_impl/shapes.py:1801–1806  ·  view source on GitHub ↗

Fuse self and other.

(self, other: Shape)

Source from the content-addressed store, hash-verified

1799 return Compound.makeCompound(rv)
1800
1801 def __add__(self, other: Shape) -> Shape:
1802 """
1803 Fuse self and other.
1804 """
1805
1806 return fuse(self, other)
1807
1808 def __sub__(self, other: Shape) -> Shape:
1809 """

Callers

nothing calls this directly

Calls 1

fuseFunction · 0.85

Tested by

no test coverage detected