Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CadQuery/cadquery
/ fit
Method
fit
cadquery/fig.py:340–347 ·
view source on GitHub ↗
Update view to fit all objects.
(self)
Source
from the content-addressed store, hash-verified
338
self.view.update()
339
340
def
fit(self):
341
""
"
342
Update view to fit all objects.
343
""
"
344
345
self._run(self._fit())
346
347
return
self
348
349
async
def
_view(self, foc, pos, up):
350
Callers
3
show
Method · 0.95
fit
Function · 0.95
test_fig
Function · 0.80
Calls
2
_run
Method · 0.95
_fit
Method · 0.95
Tested by
1
test_fig
Function · 0.64