CadQuery / CadQuery/cadquery

Add mode related switches to `cq.Assembly.export`

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

Description

Interesting. An idea I had was to possibly support this with the `export` method:

```py
assy.export("out_meta.step", mode="meta")
assy.export("out_meta_no_pcurves.step", mode="meta", write_pcurves=False)
```

_Originally posted by @lorenzncode in https://github.com/CadQuery/cadquery/pull/1782#pullrequestreview-2762517268_

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.