How to extrude a loft?
Open
question
- Dominant language
- Python
- Stars
- 5.8k
- Forks
- 541
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 5
Description
I believe I tried every combination of commands, especially around .wires(), .faces() .toPending() etc. however I am struggling to extrude a loft. Can you help me add 3D depth to the created loft?
Thanks :)
```python
result = (
cq.Workplane("XZ")
.ellipseArc(90, 70, angle1=0, angle2=30,makeWire=True)
.moveTo(10, 0)
.ellipseArc(90, 70+10/2, angle1=0, angle2=30, makeWire=True)
.loft()
)
```

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