CadQuery / CadQuery/cadquery

Check if bool operations are used optimally

Open
#117 0 comments 0 reactions 0 assignees View on GitHub
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)
```
![afbeelding](https://user-images.githubusercontent.com/13981538/53906015-2a1fde80-404a-11e9-8bc1-b36fab707fc8.png)

while this does
```python
cq.Workplane("XY" ).box(3, 3, 0.5).pushPoints(((-1,0),(1,0))).circle(0.9).cutBlind(1)
```
![afbeelding](https://user-images.githubusercontent.com/13981538/53905984-1bd1c280-404a-11e9-8050-8af97a3c040c.png)

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.