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

Method generated

cadquery/occ_impl/shapes.py:5593–5601  ·  view source on GitHub ↗

Shapes generated from s.

(self, s: Shape | None = None)

Source from the content-addressed store, hash-verified

5591 return _normalize(compound(*self._modified.values()))
5592
5593 def generated(self, s: Shape | None = None) -> Shape:
5594 """
5595 Shapes generated from s.
5596 """
5597
5598 if s:
5599 return self._get(self._generated, s)
5600
5601 return _normalize(compound(*self._generated.values()))
5602
5603 def deleted(self) -> Shape:
5604 """

Callers 5

test_history_boolFunction · 0.80
test_history_extrudeFunction · 0.80
test_history_sweepFunction · 0.80
test_history_loftFunction · 0.80
test_history_offsetFunction · 0.80

Calls 3

_getMethod · 0.95
_normalizeFunction · 0.85
compoundFunction · 0.85

Tested by 5

test_history_boolFunction · 0.64
test_history_extrudeFunction · 0.64
test_history_sweepFunction · 0.64
test_history_loftFunction · 0.64
test_history_offsetFunction · 0.64