How do you create solids from geometric shapes in @FreeCAD?
You can use extrude and boolean operations. That works in many cases. But sometimes the resulting solid is flawed, preventing you from working with it. Boolean operations with these flawed solids might fail, meshes created from them have holes, missing faces or other problems.
Here is a simple way to create a shell from geometric shapes:

