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

Method side

cadquery/fig.py:379–383  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

377 return self
378
379 def side(self):
380
381 self._run(self._view((0, 0, 0), (0, 1, 0), (0, 0, 1)))
382
383 return self
384
385 async def _clear(self, shapes):
386

Callers 1

test_figFunction · 0.80

Calls 2

_runMethod · 0.95
_viewMethod · 0.95

Tested by 1

test_figFunction · 0.64