CadQuery / CadQuery/cadquery

Reconsider how offset2D works

Open
#779 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
5.8k
Forks
541
Avg merge
3d 2h
Merged PRs (30d)
5

Description

This gives the expected result:
```python
cq.Workplane().box(1,1,1).wires('>Z').toPending().translate((.1,.1,1)).toPending().loft()
```
![obraz](https://user-images.githubusercontent.com/13981538/120067479-2722c580-c07c-11eb-85ce-3d15cd42a712.png)

And this not:
```
cq.Workplane().box(1,1,1).wires('>Z').toPending().translate((.1,.1,1)).offset2D(0.1).toPending().loft()
```

`StdFail_NotDone: BRep_API: command not done`

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.