CadQuery / CadQuery/cadquery

Unexpected edge being filleted

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

Description

I apparently don't understand how the selectors work. I would expect the following two code snippets to fillet the same edges.
```
result = result.edges("(>Z and >X) or (Z and >X").fillet(0.5)
result = result.edges("

The chained operations select an additional edge that doesn't fit with either set of filters:

Image

Can someone explain how this is working? The selector portions of the documentation don't seem to explain this behavior.

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.