Reconsider how offset2D works
Open
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()
```

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.