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

Method rotateY

cadquery/occ_impl/geom.py:346–348  ·  view source on GitHub ↗
(self, angle: float)

Source from the content-addressed store, hash-verified

344 self._rotate(gp.OX_s(), angle)
345
346 def rotateY(self, angle: float):
347
348 self._rotate(gp.OY_s(), angle)
349
350 def rotateZ(self, angle: float):
351

Callers 5

__init__Method · 0.95
DfFunction · 0.80
mvFunction · 0.80
qqFunction · 0.80

Calls 1

_rotateMethod · 0.95

Tested by 1