STEP export does not work correctly for some models
Open
bug
OCC kernel issue
- Dominant language
- Python
- Stars
- 5.8k
- Forks
- 541
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 5
Description
```python
import cadquery as cq
b0 = cq.Workplane().sphere(1)
b1 = cq.Workplane(origin=(1, 0, 0)).box(1, 1, 1)
(b1 + b0).val().exportStep('out.step')
```
results in:

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