CadQuery / CadQuery/cadquery

shell crash

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

Description

example code
```
pts = [
(0, 7.05),
(38.06, 7.05),
(38.06, 2.3),
(57.05, 2.3),
(57.05, 0.05),
(75.05, 0.05),
(75.05, 2.3),
(94.05, 2.3),
(94.05, 7.07),
(133.79, 7.07),
(133.79, 67.6008157099696),
(119.45896117526387, 92.56106913130021),
(103.78992074042897, 83.54818611695411),
(66.53717169362733, 78.01950957997295),
(55.80788235294117, 63.31),
(0, 63.31),

]
result = cq.Workplane("front").polyline(
pts).close().extrude(10).faces("+Z").shell(0.1)
```

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.