CadQuery: A Python parametric CAD scripting framework based on OCCT
1–10 of 47 posts
Re: CadQuery: A Python parametric CAD scripting framework based on OCCT
#2Re: CadQuery: A Python parametric CAD scripting framework based on OCCT
#3Re: CadQuery: A Python parametric CAD scripting framework based on OCCT
#4I wish more people would try this over openscad. I like openscad but the UI and with cadquery you use python! and now I noticed "CadQuery supports Jupyter notebook out of the box"
So I'm really interested in learning something like OpenSCAD or CadQuery, even if only for files I can use and read anywhere.
Re: CadQuery: A Python parametric CAD scripting framework based on OCCT
#5I wish more people would try this over openscad. I like openscad but the UI and with cadquery you use python! and now I noticed "CadQuery supports Jupyter notebook out of the box"
https://github.com/bernhard-42/jupyter-cadquery/blob/master/...
Re: CadQuery: A Python parametric CAD scripting framework based on OCCT
#6I will have a look. I'm no CAD expert and I have tried FreeCAD but it seems it's almost there but not yet. My use cases are very simple and this may be enough but nevertheless I think a GUI is the way to go for these kind of applications.
Re: CadQuery: A Python parametric CAD scripting framework based on OCCT
#7I wish more people would try this over openscad. I like openscad but the UI and with cadquery you use python! and now I noticed "CadQuery supports Jupyter notebook out of the box"
I actually like the GUI way of designing in FreeCAD/Fusion 360 (which I wouldn't say about much) but for me it's about the file format on disk. I would love it if they had a sane human-readable format, git-friendly. I appreciate that wouldn't be trivial. So I'm really interested in learning something like OpenSCAD or CadQuery, even if only for files I can use and read anywhere.
Re: CadQuery: A Python parametric CAD scripting framework based on OCCT
#8Another open source alternative in the wake of the Fusion 360 debacle it seems. I will have a look. I'm no CAD expert and I have tried FreeCAD but it seems it's almost there but not yet. My use cases are very simple and this may be enough but nevertheless I think a GUI is the way to go for these kind of applications.