CadQuery / CadQuery/cadquery

STEP export does not work correctly for some models

Open
#1,312 0 comments 0 reactions 0 assignees View on GitHub
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:

![afbeelding](https://user-images.githubusercontent.com/13981538/231067405-8de6d2fd-d933-4418-b7ba-dc497ef27c3d.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.