CadQuery / CadQuery/cadquery

Some examples how `projectionDir` works in SVG export

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

Description

I'm really struggling to make any sense how the `projectionDir` option works in exporting a SVG. The documentation tells me: `Direction the camera will view the shape from.`, but how is that direction defined?

Imagine the following example

```python
import cadquery as cq

box = cq.Workplane('XY').box(10, 20, 10)
box = box.faces("

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.