MCPcopy
hub / github.com/CadQuery/cadquery / up

Method up

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

Source from the content-addressed store, hash-verified

365 return self
366
367 def up(self):
368
369 self._run(self._view((0, 0, 0), (0, 0, 1), (0, 1, 0)))
370
371 return self
372
373 def front(self):
374

Callers 2

test_figFunction · 0.80
vtk.jsFile · 0.80

Calls 2

_runMethod · 0.95
_viewMethod · 0.95

Tested by 1

test_figFunction · 0.64