MCPcopy Index your code
hub / github.com/CadQuery/cadquery / _fit

Method _fit

cadquery/fig.py:336–338  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

334 return self
335
336 async def _fit(self):
337 self.ren.ResetCamera()
338 self.view.update()
339
340 def fit(self):
341 """

Callers 2

__init__Method · 0.95
fitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected