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

Method images

cadquery/occ_impl/shapes.py:5610–5615  ·  view source on GitHub ↗

Images of s.

(self, s: Shape)

Source from the content-addressed store, hash-verified

5608 return _normalize(compound(self._deleted))
5609
5610 def images(self, s: Shape) -> Shape:
5611 """
5612 Images of s.
5613 """
5614
5615 return self._get(self._images, s)
5616
5617 def first(self, s: Shape | None = None) -> Shape:
5618 """

Callers 2

test_imprintFunction · 0.80
test_history_boolFunction · 0.80

Calls 1

_getMethod · 0.95

Tested by 2

test_imprintFunction · 0.64
test_history_boolFunction · 0.64