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

Method front

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

Source from the content-addressed store, hash-verified

371 return self
372
373 def front(self):
374
375 self._run(self._view((0, 0, 0), (1, 0, 0), (0, 0, 1)))
376
377 return self
378
379 def side(self):
380

Callers 2

test_figFunction · 0.45
testPlanesMethod · 0.45

Calls 2

_runMethod · 0.95
_viewMethod · 0.95

Tested by 2

test_figFunction · 0.36
testPlanesMethod · 0.36