Post #2678256
2026-02-08 13:50 UTC
Replies (2)
-
@chrishuck@hachyderm.io 2026-02-08 18:51
Further, thanks to @sdwilsh@social.ridetrans.it, I learned of the Detesselate workbench for #FreeCAD. One of its many functions is a macro similar to my Mesh to Solid except that it creates a Part Design body with the converted mesh inserted as a Base Feature. That is one step beyond what my macro does, but is often my ultimate goal. Some of the other edge loop and sketcher tools are pretty cool too. Perhaps the best feature is the mesh placement tool that is EXTREMELY powerful for repositioning meshes relative to the origin. I wanted to add this feature to my macro, but this is WAY better than anything I would have implemented. You should check it out: https://github.com/DesignWeaver3D/Detessellate
-
@Cookiemonster@chaos.social 2026-02-08 15:07
@chrishuck@hachyderm.io as I rarely convert meshes to solids, this is perfect - I don't have to look up the steps every time. Thanks!