Hole not at the current workplane
Open
question
- Dominant language
- Python
- Stars
- 5.8k
- Forks
- 541
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 5
Description
The following
```python
a = Workplane("XY")
a = a.box(9, 20, 4)
a = a.faces("X")
a = a.hole(2)
```
generates

in which the hole is rotated 90 degrees from the current workplane.
Is this a bug or am I doing something incorrect?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.