FreeCAD is a parametric modeler, so it’s closer to Inventor, Fusion360 or OnShape than TinkerCAD. FreeCAD is GPL FOSS software, so it was made by programmers for programmers to program on, not for designers to design designs in. For the most part, features aren’t implemented in ways that are useful for the user, they’re implemented in ways that were easy or straightforward for the developers.
No hyperbole, a functioning understanding of Python is almost a prerequisite for getting anything actually done in FreeCAD, because you’ll encounter things like variable scope.
In some ways, I like how FreeCAD handles things better than some other software. FreeCAD has a spreadsheet built in, you can put your dimensions there in one place and then reference them in drawings (again, think Python variable scope. Dimensions.overall_length) and then if you need to make revisions you don’t have to hunt through sketches and shit you just change the parameter. And then watch as the model explodes because they still haven’t solved the topological naming problem.
FreeCAD is a parametric modeler, so it’s closer to Inventor, Fusion360 or OnShape than TinkerCAD. FreeCAD is GPL FOSS software, so it was made by programmers for programmers to program on, not for designers to design designs in. For the most part, features aren’t implemented in ways that are useful for the user, they’re implemented in ways that were easy or straightforward for the developers.
No hyperbole, a functioning understanding of Python is almost a prerequisite for getting anything actually done in FreeCAD, because you’ll encounter things like variable scope.
In some ways, I like how FreeCAD handles things better than some other software. FreeCAD has a spreadsheet built in, you can put your dimensions there in one place and then reference them in drawings (again, think Python variable scope. Dimensions.overall_length) and then if you need to make revisions you don’t have to hunt through sketches and shit you just change the parameter. And then watch as the model explodes because they still haven’t solved the topological naming problem.