Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_fig
Function · 0.80
Calls
2
_run
Method · 0.95
_view
Method · 0.95
Tested by
1
test_fig
Function · 0.64