Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CadQuery/cadquery
/ up
Method
up
cadquery/fig.py:367–371 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
365
return
self
366
367
def
up(self):
368
369
self._run(self._view((0, 0, 0), (0, 0, 1), (0, 1, 0)))
370
371
return
self
372
373
def
front(self):
374
Callers
2
test_fig
Function · 0.80
vtk.js
File · 0.80
Calls
2
_run
Method · 0.95
_view
Method · 0.95
Tested by
1
test_fig
Function · 0.64