I think sometime went wrong with your KDE frameworks description. Looks like the some python notes got in there instead.
Love seeing all the updates! OpenSUSE has been working great for me.
I think sometime went wrong with your KDE frameworks description. Looks like the some python notes got in there instead.
Love seeing all the updates! OpenSUSE has been working great for me.
I’ve been using SALOME to create parametric 3D geometry. My use case is to parameterize my geometry features and export to STL files that I use with OpenFOAM. SALOME is integrated with a couple of grid generators, and I really like it’s 2D/triangulation/STL integration with netgen. You can specify faces for refinement to a desired mesh size, so for example around complex features you can create a fine STL mesh and on simple shapes you can have a really coarse mesh.
I’ve found the 3D modeling to be pretty straightforward, and SALOME usually does a pretty good job if you have to go back and modify previous features (something I’ve struggled with in FreeCAD).
I’ve also used FreeCAD for mesh generation, and it works ok but I’ve found the triangulation leaves a lot to be desired for splitting up the mesh as needed for OpenFOAM boundaries.
If you’re making STL files for 3D printing and you want a parametric CAD modeler for engineering parts, give it a try. If you want complex faces with artistic style, I would suggest Blender.
I would also recommend checking out SALOME for 3D modeling. I’ve been using the shaper toolbox to create geometry for fluid simulations and it’s worked well for me. The shaper toolbox is parametric (as opposed to SALOME’s geometry toolbox which is not).
After you’ve created your geometry in shaper you switch to the mesh toolbox to create your stl file. I think there’s really good control over the triangle creations with SALOME. For example, you can specify edges and faces you want smaller triangles in (like around tight geometries, holes, etc). I’ve been able to get much higher quality stl files with this method than with freecad.
SALOME is free and open source software.
Recently I used SALOME for doing CAD. The Shaper work bench has parametric modeling with the sketches that you extrude or cut from. I found it powerful and easy enough to use that I replaced my freecad workflow with it. The big thing that sold me over freecad was the simplicity of creating more complex triangulations for stl export, and easily grouping faces for export into different files.
I haven’t tried any complex surface creation, I wouldn’t be surprised if it falls short in that regard. I guess feature wise it probably doesn’t have everything freecad or fusion 360 has, but I found it works great for my needs. Great for 3d printing and geometry creation for CFD simulations.
Distrobox looks really interesting. Do you know the memory or CPU overhead for using it? I have older hardware. Will distrobox perform well on it? Thanks.
Vim for light work, emacs when I need more ide features. I program mostly in fortran, c , c++, and bash on remote servers.
I would also recommend checking out salome. It has a parametric CAD module like you would be used to in SolidWorks. It felt a little less finicky to me than freecad , and I also think it has more controllable STL generation compared to freecad.