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

Method iso

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

Source from the content-addressed store, hash-verified

359 self.view.update()
360
361 def iso(self):
362
363 self._run(self._view((0, 0, 0), (1, 1, 1), (0, 0, 1)))
364
365 return self
366
367 def up(self):
368

Callers 1

test_figFunction · 0.80

Calls 2

_runMethod · 0.95
_viewMethod · 0.95

Tested by 1

test_figFunction · 0.64