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

Method reset

cadquery/sketch.py:743–749  ·  view source on GitHub ↗

Reset current selection.

(self: T)

Source from the content-addressed store, hash-verified

741 return self._select(s, "Vertices", tag)
742
743 def reset(self: T) -> T:
744 """
745 Reset current selection.
746 """
747
748 self._selection = None
749 return self
750
751 def delete(self: T) -> T:
752 """

Callers 15

deleteMethod · 0.95
test_modesFunction · 0.80
test_distributeFunction · 0.80
test_rarrayFunction · 0.80
test_parrayFunction · 0.80
test_modifiersFunction · 0.80
test_deleteFunction · 0.80
test_selectorsFunction · 0.80
s1Function · 0.80
s2Function · 0.80
test_filterFunction · 0.80
test_mapFunction · 0.80

Calls

no outgoing calls

Tested by 15

test_modesFunction · 0.64
test_distributeFunction · 0.64
test_rarrayFunction · 0.64
test_parrayFunction · 0.64
test_modifiersFunction · 0.64
test_deleteFunction · 0.64
test_selectorsFunction · 0.64
s1Function · 0.64
s2Function · 0.64
test_filterFunction · 0.64
test_mapFunction · 0.64
test_getitemFunction · 0.64