In freecad you first just open the stl file, then Part -> Create part from mesh, then you have a solid you can modify.
reply
intersection() { import("3DBenchy.stl"); sphere(30); }
In freecad you first just open the stl file, then Part -> Create part from mesh, then you have a solid you can modify.