Welcome to the Power Users community on Codidact!
Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.
Post History
I know three options: Blender - generic 3D modeling software. Very powerful, with many features and large community. A few years ago it used to be notorious for its steep learning curve. It is p...
Answer
#1: Initial revision
I know three options: * Blender - generic 3D modeling software. Very powerful, with many features and large community. A few years ago it used to be notorious for its steep learning curve. It is probably overkill for sketching out simple projects, but has the advantage in that if you *do* learn it, at least it is a healthy program with a lot of developers contributing it. * FreeCAD - a FOSS CAD program that aims to provide similar functions to AutoCAD. A lot of support for parametric design where shapes are described in terms of mathematical or geometrical functions (extrusions, revolutions, set operations rather than directly manipulating vertices). The documentation can be spotty and it is sometimes hard to get help online. Does not have much support for texturing and other aesthetic effects. * OpenSCAD - uses a programming language to define objects in a procedural matter. The program then runs such scripts to render a scene. Quite a bit simpler than FreeCAD, but also even more invested in the procedural model over WYSIWYG. Notably, it is also possible to obtain old versions of SketchUp and run them: https://jayscustomcreations.com/sketchup/ I don't think any of these options are sufficient to answer the question stated, but I'm adding them here because they're better than nothing.