Provide Interface to OCCT Messages
- Dominant language
- Python
- Stars
- 5.8k
- Forks
- 541
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 5
Description
This has been discussed a little bit, including in #1577 ([specific comment](https://github.com/CadQuery/cadquery/issues/1569#issuecomment-2083894136)) and @lorenzncode already experimented with this in #1525 . This might help with issues like #650 as well, but I am not sure.
In the case of #1577 I found that I would get a silent failure when I entered an invalid font name or path. Tying into OCCT's message mechanism reveals the error. With a messaging interface in CadQuery, users could enable more verbosity from the OCCT layer. This could take the form of what @lorenzncode has laid out in #1525 ([link to changes](https://github.com/CadQuery/cadquery/pull/1525/files)).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.