Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CadQuery/cadquery
/ iso
Method
iso
cadquery/fig.py:361–365 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
359
self.view.update()
360
361
def
iso(self):
362
363
self._run(self._view((0, 0, 0), (1, 1, 1), (0, 0, 1)))
364
365
return
self
366
367
def
up(self):
368
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