A practical, honest walkthrough — including what this process can't fix.
A common situation: you've found a model on MakerWorld, Printables, or Thingiverse — or you've scanned a broken part with a phone or a handheld 3D scanner — and now you want to modify it. Add a mounting hole, thicken a wall, combine it with a bracket you're designing, or just get an accurate measurement. The file you have is an STL or 3MF mesh, and dropping that directly into Fusion 360, Shapr3D, SolidWorks, or Onshape gets you a mesh body that barely responds to any of the usual CAD tools (see the STL vs. STEP guide for why). Here's the workflow that actually works.
Mesh-to-solid conversion needs a watertight (or "manifold") mesh: every triangle edge shared by exactly two triangles, with no gaps, no self-intersections, and no stray floating faces. Most models from mainstream marketplaces are fine, since slicers require watertight meshes too. Scans are the more common problem case — a phone-based or structured-light scan often has small holes where the scanner couldn't see a surface (the bottom of an object resting on a table, for example), or noisy self-intersecting geometry in areas with fine detail.
Run the file through the converter: drag in the STL, 3MF, or a ZIP
containing one of them, choose a smoothing amount (0 mm keeps every original triangle as its own
tiny face; a small value like 0.1 mm cleans up scan noise — see the
smoothing guide for how to choose), and download the
resulting .step file. The 3D preview lets you spot an obviously broken conversion — a
caved-in face, a missing chunk — before you leave the page.
STEP is a first-class import format in essentially every mainstream CAD tool. In Fusion 360 and Shapr3D it typically appears directly as a solid body you can select, measure, and add features to; SolidWorks and Onshape behave the same way. You won't get the original designer's sketch history or parametric features back — a STEP import is a "dumb solid," meaning its shape is fixed but its construction history isn't stored — but you get real, editable geometry: faces you can extrude from, edges you can fillet, and dimensions you can trust.