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

Method deleted

cadquery/occ_impl/shapes.py:5603–5608  ·  view source on GitHub ↗

Deleted shapes.

(self)

Source from the content-addressed store, hash-verified

5601 return _normalize(compound(*self._generated.values()))
5602
5603 def deleted(self) -> Shape:
5604 """
5605 Deleted shapes.
5606 """
5607
5608 return _normalize(compound(self._deleted))
5609
5610 def images(self, s: Shape) -> Shape:
5611 """

Callers 1

test_history_boolFunction · 0.80

Calls 2

_normalizeFunction · 0.85
compoundFunction · 0.85

Tested by 1

test_history_boolFunction · 0.64