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

Method pop

cadquery/fig.py:468–475  ·  view source on GitHub ↗

Clear the selected showable.

(self)

Source from the content-addressed store, hash-verified

466 self.view.update()
467
468 def pop(self):
469 """
470 Clear the selected showable.
471 """
472
473 self._run(self._pop())
474
475 return self
476
477 def onVisibility(self, event: dict):
478

Callers 15

update_hullFunction · 0.45
__delitem__Method · 0.45
combineMethod · 0.45
unionMethod · 0.45
_clearMethod · 0.45
_popMethod · 0.45
test_figFunction · 0.45
get_doc_nodesFunction · 0.45
SeFunction · 0.45
sFunction · 0.45
lFunction · 0.45
cFunction · 0.45

Calls 2

_runMethod · 0.95
_popMethod · 0.95

Tested by 2

test_figFunction · 0.36
get_doc_nodesFunction · 0.36