Check if bool operations are used optimally
Open
OCC feature
- Dominant language
- Python
- Stars
- 5.8k
- Forks
- 541
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 5
Description
Cf. https://dev.opencascade.org/index.php?q=node/1060
For sure the following does not work as expected at the moment
```python
cq.Workplane("XY" ).box(3, 3, 0.5).pushPoints(((-1,0),(1,0))).circle(1.1).cutBlind(1)
```

while this does
```python
cq.Workplane("XY" ).box(3, 3, 0.5).pushPoints(((-1,0),(1,0))).circle(0.9).cutBlind(1)
```

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.