|
|
|
|
|
by 15155
744 days ago
|
|
The advantage of OpenSCAD and CadQuery is that history is in your undo buffer or source control, not some impossible-to-consistently-manipulate stack. All "features" (in the physical sense) are exposed to you - no hiding, no magically forgetting a single fillet somewhere. Oneshot rendering is a huge advantage. |
|
I grappled with this idea of the stack/tree hiding complexity in FreeCAD but I've come to understand that once you get more confident thinking about design, it is more or less obvious where a given driving constraint should be derived from.
FreeCAD's expressions are no more complex than CadQuery paths, and they are certainly more expressive than OpenSCAD variables.
I would never diss the sheer coder-accessibility of OpenSCAD, which helped change my brain for the better, but GUI CAD models real-world thinking in often a very accessible way.