Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CadQuery/cadquery
/ rotateZ
Method
rotateZ
cadquery/occ_impl/geom.py:350–352 ·
view source on GitHub ↗
(self, angle: float)
Source
from the content-addressed store, hash-verified
348
self._rotate(gp.OY_s(), angle)
349
350
def
rotateZ(self, angle: float):
351
352
self._rotate(gp.OZ_s(), angle)
353
354
def
_rotate(self, direction: gp_Ax1, angle: float):
355
Callers
6
__init__
Method · 0.95
testMatrixFunctionality
Method · 0.95
gf
Function · 0.80
Df
Function · 0.80
mv
Function · 0.80
qq
Function · 0.80
Calls
1
_rotate
Method · 0.95
Tested by
1
testMatrixFunctionality
Method · 0.76