Unexpected edge being filleted
Open
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:
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.