|
|
|
|
|
by jandrese
178 days ago
|
|
> You can even load an existing 3D mesh and operate on it as an SDF. Great for hollowing, chopping, eroding/dilating, etc. existing models. This has my instant interest. Multiple times I have wanted to take an existing .STL file and cut a hole on it or add another object to it and have never had success. I've tried things like Meshlab, but while the interface has what appears to be a hundred different functions, attempting to use anything returns some error code that requires a PhD to understand and none of the "repair" functions seem to help. I mean seriously: Mesh inputs must induce a piecewise constant winding number field. How the hell am I supposed to accomplish that on a STL file? |
|
In freecad you first just open the stl file, then Part -> Create part from mesh, then you have a solid you can modify.