I have pretty mixed feelings about FreeCAD, having used it for 100+ hours across a few different projects. It’s wonderful to have a open-source alternative to the expensive CAD software that muscled its way into a near monopoly in academia/industry, but it suffers from some really inexcusable design problems, on a fundamental level. As it is, I don’t think it’s really usable as a serious tool for creating complex ass…
Curious if you have compared to SolveSpace?
FreeCAD: Open-source 3D parametric modeler
11–20 of 73 posts
Re: FreeCAD: Open-source 3D parametric modeler
#12Earlier quoted context omitted.
My complaint is that it is extremely modal and as a result not very friendly, not intuitive even to a relatively experienced CAD user. I’ve used a variety of CAD and it just really didn’t click. I know it’s open source, so not going to be as UX oriented, but still. I would love to be proved wrong. If there’s something I’m missing please share.
I found OpenSCAD to be very friendly for parametric designs, but after a while I switched to the SolidPython wrapper as it was more flexible. However, I'm hunting for a better way to create 3d models via code (Blender Python?) because 'extrude_along_path'->SolidPython->OpenSCAD->stl export simply could not handle my model.
Re: FreeCAD: Open-source 3D parametric modeler
#13Re: FreeCAD: Open-source 3D parametric modeler
#14I can't wait to see FreeCAD or something like it mature into something on the level of Blender. The problem seems to be that other free-ish CAD software exists out there, so there's not much demand. Another problem seems to be that overlap between people interested in solid modeling and people able to program for solid modeling is very small. For sculpting, Blender actually does pretty well. And for parametric solid…
Re: FreeCAD: Open-source 3D parametric modeler
#15At some point I started hitting up against a collection of problems and finally paid for Fusion 360. It was completely transformative. I'd be pretty impressed if FreeCAD can catch up to where Fusion 360 is today (in basic shape modelling, advanced shape modelling, and mesh modelling, as well as CNC toolpathing).
Re: FreeCAD: Open-source 3D parametric modeler
#16Earlier quoted context omitted.
My complaint is that it is extremely modal and as a result not very friendly, not intuitive even to a relatively experienced CAD user. I’ve used a variety of CAD and it just really didn’t click. I know it’s open source, so not going to be as UX oriented, but still. I would love to be proved wrong. If there’s something I’m missing please share.
I found OpenSCAD to be very friendly for parametric designs, but after a while I switched to the SolidPython wrapper as it was more flexible. However, I'm hunting for a better way to create 3d models via code (Blender Python?) because 'extrude_along_path'->SolidPython->OpenSCAD->stl export simply could not handle my model.
Re: FreeCAD: Open-source 3D parametric modeler
#17Earlier quoted context omitted.
My complaint is that it is extremely modal and as a result not very friendly, not intuitive even to a relatively experienced CAD user. I’ve used a variety of CAD and it just really didn’t click. I know it’s open source, so not going to be as UX oriented, but still. I would love to be proved wrong. If there’s something I’m missing please share.
I've experienced that user unfriendliness too. I'm not at all an expert in this, I'm a FreeCAD newbie that has been trying to decide whether to invest in learning FreeCAD or not. I keep wishing that FreeCAD had the UI polish of Blender, and ask myself if Blender can do enough of the CAD workflows that it makes sense to learn Blender instead of FreeCAD. I keep reading that technically speaking, mesh-based modelers are…
Can a lathe turn a polygon? Can a drill drill a polygonal hole? Maybe you can machine a polygon on a fancy CNC lathe, but you certainly wouldn’t do so for a turbine shaft.
Also for less precise things, say construction, you care about dimensions. Select an arc to get it’s radius for instance.
This is why design for traditional construction techniques best done in boundary representations: https://en.m.wikipedia.org/wiki/Boundary_representation
I will concede that one can easily create nasty insoluble problems with boundary representations if not familiar with the limitations of splines, but this only really is a problem with curvy things like ship’s hulls and aircraft.
Re: FreeCAD: Open-source 3D parametric modeler
#18Earlier quoted context omitted.
My complaint is that it is extremely modal and as a result not very friendly, not intuitive even to a relatively experienced CAD user. I’ve used a variety of CAD and it just really didn’t click. I know it’s open source, so not going to be as UX oriented, but still. I would love to be proved wrong. If there’s something I’m missing please share.
I've experienced that user unfriendliness too. I'm not at all an expert in this, I'm a FreeCAD newbie that has been trying to decide whether to invest in learning FreeCAD or not. I keep wishing that FreeCAD had the UI polish of Blender, and ask myself if Blender can do enough of the CAD workflows that it makes sense to learn Blender instead of FreeCAD. I keep reading that technically speaking, mesh-based modelers are…
Re: FreeCAD: Open-source 3D parametric modeler
#19Earlier quoted context omitted.
I found OpenSCAD to be very friendly for parametric designs, but after a while I switched to the SolidPython wrapper as it was more flexible. However, I'm hunting for a better way to create 3d models via code (Blender Python?) because 'extrude_along_path'->SolidPython->OpenSCAD->stl export simply could not handle my model.
CadQuery should be better as it is using the OpenCASCADE cad kernel (same as FreeCAD) instead of a simplistic ad-hoc thingy.
Re: FreeCAD: Open-source 3D parametric modeler
#20I’m not some long term die-hard F360 fan either, just a casual hobbyist maker who uses all sorts of tools (I still regularly just whip things up in Tinkercad for the printers) but FreeCAD is just so damn hard to get things from your head to the screen. It feels like you’re constantly trying to fit square pegs into round holes just to do basic things.