-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider Supporting Related CodeCAD Projects (build123d and CadQuery) #192
Comments
Thank you for opening an issue :)
Definitely! We should come up with example Notebooks that does it, and change the JupyterCAD Python API to ease this support if that's needed. |
Quoting an email from @bernhard-42 (with his approval), who is the main author of jupyter-cadquery, one area in which the Python API of jupyer-cadquery is interesting is the enabling of algebraic expressions to operate on shapes.
|
The original work from @bernhard-42 has been merged and improved, directly in |
For context, adding the full statement that I sent to @SylvainCorlay
|
it would also be great to support topologic which is also based on opencascade: |
I'm curious if there were any further discussions along these lines? The algebra API for build123d is fantastic, and I'd love to see a powerful abstraction like that supported in JupyterCAD. Thanks, everyone, for all the hard work you've put into these tools! |
Hello, I am involved with two open source projects that are also based on OCCT; build123d and CadQuery. These are both python-based "CodeCAD" projects for designing objects in code.
Documentation for build123d:
https://build123d.readthedocs.io/en/latest/
Documentation for CadQuery
https://cadquery.readthedocs.io/en/latest/
Would you consider supporting these two projects in JupyterCAD? We have put a lot of effort into designing good user interfaces for CodeCAD, and we noticed that your project may benefit from supporting these two projects.
The text was updated successfully, but these errors were encountered: