MCPcopy
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

showMethod · 0.95
fitFunction · 0.95
test_figFunction · 0.80

Calls 2

_runMethod · 0.95
_fitMethod · 0.95

Tested by 1

test_figFunction · 0.64