← Back to the converter

How to prepare a downloaded or scanned model for CAD editing

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.

1Check the mesh before converting

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.

This converter does not repair broken meshes — it expects a valid, closed mesh and converts it to a solid faithfully, including any holes or intersections that were already there. If your source is a scan and the conversion fails or the resulting solid looks wrong in the 3D preview, running the mesh through a dedicated repair tool first (many slicers include a basic "fix mesh" option, and standalone mesh-repair tools exist for more serious cases) will usually solve it.

2Convert to STEP

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.

3Import into your CAD software

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.

Practical tip: most CAD tools let you use an imported STEP body as the base for a Boolean operation (cut, combine, intersect) against new sketches or other bodies. That's usually the fastest way to "edit" an imported part — model the change you want as a new feature, then cut or join it against the imported solid, rather than trying to reshape the imported faces directly.

4Know the real limitations

Start converting → ← Back to the converter