Free 3MF (.3mf) to OFF (.off) converter — running entirely in your browser. No upload, no signup, no file limits: your files never leave your device.
STEP · IGES · BREP · STL · OBJ · PLY · GLB · glTF · 3MF · COLLADA · AMF · FBX · 3DS · OFF · LAS · PCD · XYZ · PTS
3MF is the modern replacement for STL, backed by the 3MF Consortium (Microsoft, HP, Autodesk, Prusa and others). It stores watertight meshes together with units, colors, materials and print settings in one ZIP-based file, and current slicers increasingly prefer it over STL.
OFF is a minimal academic mesh format: a vertex list and a face list in plain text, nothing else. Its simplicity makes it a favorite in computational-geometry research, mesh-processing courses and tools like CGAL and MeshLab.
| 3MF | OFF | |
|---|---|---|
| Geometry | Watertight triangle mesh | Polygon mesh |
| Units | Yes, required by spec | No |
| Colors & materials | Colors & materials | Optional vertex colors |
| Animations | No | No |
| Typical use | Modern 3D printing | Research & geometry processing |
Yes — free with no accounts, no watermarks and no file-size limits. Conversion runs on your own machine, so there are no server costs behind it.
No. The converter runs entirely in your browser using WebAssembly. Your .3mf file never leaves your device, which makes it safe for confidential designs.
Yes — parts and assembly hierarchy are preserved where OFF supports them, and you can optionally merge everything into a single mesh during conversion.
Yes. Every converted model opens in the built-in 3D viewer with an assembly tree, display modes and section views, so you can inspect the result first.
3MF can describe richer materials than this neutral mesh pipeline keeps. Geometry, part structure and a flat part color can survive, but texture and multi-material detail cannot. The OFF result is unitless geometry with no assembly hierarchy, materials, textures or animation.