CadQuery / CadQuery/cadquery

How to extrude a loft?

Open
#1,463 4 comments 0 reactions 0 assignees View on GitHub
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()
)
```

![image](https://github.com/CadQuery/cadquery/assets/5637961/a45d69c3-19b0-49ed-8e5c-34fbbbb3aad6)

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.