CadQuery / CadQuery/cadquery

Suggestion: create new rotateX, rotateY and rotateZ 3D operations on the Workplane

Open
#860 0 comments 3 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
5.8k
Forks
541
Avg merge
3d 2h
Merged PRs (30d)
5

Description

These would be convenience functions analogous to the 2D operations `mirrorX` and `mirrorY`,

Implementation is straightforward, eg:
```
def rotateX(
self: T,
angleDegrees: float,
) -> T:
return self.rotate((0, 0, 0), (1, 0, 0), angleDegrees)
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.