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

Method __sub__

cadquery/occ_impl/shapes.py:1808–1813  ·  view source on GitHub ↗

Subtract other from self.

(self, other: Shape)

Source from the content-addressed store, hash-verified

1806 return fuse(self, other)
1807
1808 def __sub__(self, other: Shape) -> Shape:
1809 """
1810 Subtract other from self.
1811 """
1812
1813 return cut(self, other)
1814
1815 def __mul__(self, other: Shape) -> Shape:
1816 """

Callers

nothing calls this directly

Calls 1

cutFunction · 0.85

Tested by

no test coverage detected