CadQuery / CadQuery/cadquery

hole in model disappears when sides are filleted

Open
#1,668 2 comments 0 reactions 0 assignees View on GitHub
bug cq.Shape
Dominant language
Python
Stars
5.8k
Forks
541
Avg merge
3d 2h
Merged PRs (30d)
5

Description

```
from cadquery.occ_impl.shapes import *

base = face(rect(50, 50)) - face(rect(40, 40))
base = base.fillet2D(5, base.vertices('X')) # B

from cadquery import version
print(version('cadquery'))

base # display in jypyter
```

if neither A nor B is commented out, then the hole disappears from the block. is this a bug?

![image](https://github.com/user-attachments/assets/e7675562-16c9-4dcf-9300-6024658045d6)
![image](https://github.com/user-attachments/assets/16dbf0ac-7a65-4f9b-b716-cc6796526bb7)

I'm running cadquery in docker.

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.