CadQuery / CadQuery/cadquery

Make default projection dir consistent between svg export and cq-editor

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

Description

The svg export and CQ-editor Isometric preview doesn't have the same direction direction, which is confusing.

Code example:

```py
import cadquery as cq
from cadquery.cq import Workplane as WP

fig = WP('YX').box(5, 5, 5).union(WP('YX').circle(1).extrude(15))

cq.exporters.export(fig, 'fig.svg')
show_object(fig)
```

Svg export and CQ-editor preview:

![image](https://user-images.githubusercontent.com/1665542/115014033-1d6d4600-9eb2-11eb-9e93-2a6429a1077e.png)![image](https://user-images.githubusercontent.com/1665542/115014098-2f4ee900-9eb2-11eb-8ca9-de48e9fff06b.png)

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.