Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CadQuery/cadquery
/ front
Method
front
cadquery/fig.py:373–377 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
371
return
self
372
373
def
front(self):
374
375
self._run(self._view((0, 0, 0), (1, 0, 0), (0, 0, 1)))
376
377
return
self
378
379
def
side(self):
380
Callers
2
test_fig
Function · 0.45
testPlanes
Method · 0.45
Calls
2
_run
Method · 0.95
_view
Method · 0.95
Tested by
2
test_fig
Function · 0.36
testPlanes
Method · 0.36