CadQuery / CadQuery/cadquery

Hole not at the current workplane

Open
#1,709 5 comments 0 reactions 0 assignees View on GitHub
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

![image](https://github.com/user-attachments/assets/3ec6cc64-1393-4794-8d64-2159b60ee04c)

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.