Is it any closer to functioning like Solidworks, NX, Creo, and all the other professional CAD software packages? Edit: After opening it up it seems better than before but still not a replacement. I can use the draw tool to create a rectangle but than immediately cannot apply symmetry or equal length constraints until I delete others which shouldn't overlap. Clicking to create a cut or hole opens up a window that does…
It's inherently limited by its geometry kernel. Most "real" CAD suites use something like parasolid, usually with a bunch of extras slapped on top. Making a new one from scratch is a massive undertaking, but I'll remain forever hopeful that we get a new, modern, open-source kernel one of these days...
FreeCAD v1.1
81–90 of 111 posts
Re: FreeCAD v1.1
#82Earlier quoted context omitted.
You can also use VarSet[0], which I think is easier than spreadsheet since you don't have to switch the workbench. [0]: https://wiki.freecad.org/Std_VarSet
The downside of spreadsheets is they can really slow your model down. Every cell change triggers a full recompute of the 3D model. VarSets offer much faster performance while sacrificing a couple spreadsheet features. So always choose VarSets over spreadsheets if you can.
Re: FreeCAD v1.1
#83Earlier quoted context omitted.
https://wiki.freecad.org/Macro_EasyAlias EasyAlias macro maybe?
not "maybe" this is an absolute must if using parameters in a spreadsheet :)
Re: FreeCAD v1.1
#84Recently one of the magnet holders for my window shutters broke, and I thought I'd take a crack at designing a replacement to 3D Print. I'd never designed anything in CAD software before, so I had no real reference. I found FreeCAD extremely easy to use and intuitive. I watched a couple videos and followed-along with the tutorials, then started on my own item. It's a relatively simple 3-part component. I took measure…
Re: FreeCAD v1.1
#85In coming time you can see freecad massively improving. This space lacks good opensource solution. I have tried creating my parts, tried tinkercad (which is simple but limited) Tried fusion. And pretty much other things don't support mac. I've a hunch lots of vibe coders are going to come and launch stuff like freecad and Gimp (which I never liked, can't even get simple tasks done in gimp) Future is bright for openso…
Freecad is limited by Open Cascade which is the modeling kernel at the heart of the program. I started with Open Cascade then moved on to Granite from PTC (not open source) and the latter is just so much easier, faster, and stable. I’ve heard Parasolid and whatever it is that Autodesk uses these days are both excellent as well. It would be nice for there to be a more modern open source modeling library.
Re: FreeCAD v1.1
#86I've designed some basic parts in Tinkercad and openscad but have never really been able to grok Freecad or Fusion. Is there a good resource for making that leap? Just the explosion of menu bar options is a lot
Just draw sketches, learn to extrude, push pull, and it all depends on how good you are at sketching in 2d, setting up constraints, workflow is simple and it works most of the times but when it doesn't work, it's pain.
I am pretty sure fusions workflow sucks but I can't put my finger on why. I am still waiting for a better product which is also free and opensource.
Maybe llm vibe coding will unlock this finally. Where bunch of people come together to take up parameterized 3dmodeling.
Re: FreeCAD v1.1
#87Earlier quoted context omitted.
I am also impressed by how much they are improving things. It just sucks that they are stuck with the OpenCasacade kernel so making stability improvements are hard to make in areas like fillets and others.
I don't follow Open CASCADE very closely, but it looks like they're on the verge of a new major release (v8.0) themselves that looks like a lot of refactoring and cleanup. I don't know hat version FreeCAD is actually bundling, but from GitHub it looks like a fork of 7.8.1?
Re: FreeCAD v1.1
#88In coming time you can see freecad massively improving. This space lacks good opensource solution. I have tried creating my parts, tried tinkercad (which is simple but limited) Tried fusion. And pretty much other things don't support mac. I've a hunch lots of vibe coders are going to come and launch stuff like freecad and Gimp (which I never liked, can't even get simple tasks done in gimp) Future is bright for openso…
Linkedin sentence structure + baseless LLM promotion. There is no evidence here the latest update was vibe coded. It's fairly offensive to devalue the work that the FreeCAD developers put in like this.
https://blog.freecad.org/2026/03/16/rules-regarding-ai-gener...
Re: FreeCAD v1.1
#89Is it any closer to functioning like Solidworks, NX, Creo, and all the other professional CAD software packages? Edit: After opening it up it seems better than before but still not a replacement. I can use the draw tool to create a rectangle but than immediately cannot apply symmetry or equal length constraints until I delete others which shouldn't overlap. Clicking to create a cut or hole opens up a window that does…
Re: FreeCAD v1.1
#90Is it any closer to functioning like Solidworks, NX, Creo, and all the other professional CAD software packages? Edit: After opening it up it seems better than before but still not a replacement. I can use the draw tool to create a rectangle but than immediately cannot apply symmetry or equal length constraints until I delete others which shouldn't overlap. Clicking to create a cut or hole opens up a window that does…
It's inherently limited by its geometry kernel. Most "real" CAD suites use something like parasolid, usually with a bunch of extras slapped on top. Making a new one from scratch is a massive undertaking, but I'll remain forever hopeful that we get a new, modern, open-source kernel one of these days...