100% client-side — files never leave your device
3D Viewer

No model loaded

Drop a STEP, IGES, BREP or mesh file to preview it here.
PERSP

Free online AMF viewer

Open an .amf file — compressed or plain — and inspect its objects and volumes with real millimetre dimensions, section planes and measurements, all in this tab.

Drop 3D files hereor click to browse — nothing leaves your browser

STEP · IGES · BREP · STL · OBJ · PLY · GLB · glTF · 3MF · COLLADA · AMF · FBX · 3DS · OFF · LAS · PCD · XYZ · PTS

How to open an AMF file

  1. Drop your .amf file onto the viewer above. The loader unzips the file if it is compressed and parses the AMF XML on the main thread, because DOMParser is not available inside a Web Worker. Nothing is uploaded — the page reads the file you picked and keeps it on your device.
  2. Inspect objects and volumes. AMF objects and their volumes arrive as separate tree entries, so a multi-material file splits into pieces you can select and hide individually. Volume and material colors are applied where the file defines them.
  3. Read real millimetres, then measure. AMF declares its unit and the loader normalises the geometry to millimetres, so unlike STL the dimension readout is genuinely in millimetres. Section planes and snapped measurement work as elsewhere.

What AMF files are, and what writes them

AMF was the ISO/ASTM attempt to fix STL for additive manufacturing: curved triangles, colors, materials and constellations in a compact XML file. Adoption ultimately went to 3MF, but AMF files still appear in research and older 3D-printing toolchains.

AMF was the ISO/ASTM answer to STL’s limitations, and it appears in research toolchains, standards sample data and older additive-manufacturing software. Adoption largely moved to 3MF, so most .amf files you meet today are archival.

  • Units, colors and multi-material support
  • ISO/ASTM standardized
  • More compact than ASCII STL

Best for: Reading legacy additive-manufacturing data. There is a fuller write-up on the AMF format reference page.

What you can inspect in AMF files here

  • Objects and volumes as separate tree entries, which is what makes a multi-material AMF worth opening.
  • Volume and material colors, so a two-material part is visually separated.
  • Dimensions in real millimetres, because the loader applies the unit the file declares.
  • Section planes, snapped measurement, and per-volume triangle counts and bounding boxes.

Every format on this site also gets the same viewport tools: orbit, pan and zoom with fit-to-view, isometric and the six standard views, a perspective/orthographic toggle, shaded, shaded-with-edges, wireframe and X-ray display, hide-selected, and a PNG screenshot of the current view. The same controls are on the general 3D and CAD viewer, which accepts every importable format at once.

What this viewer does not show for AMF

Worth knowing before you rely on it. A viewer that overstates what it can read wastes more of your time than one that is specific about its limits.

  • AMF’s optional curved-triangle data is not evaluated. You see the straight-edged triangles as stored, so a coarsely tessellated AMF looks coarse.
  • Textures and print metadata are not shown; color is a flat per-volume color.
  • Parsing happens on the main thread, so a large compressed AMF stalls the tab while it unzips and loads.
  • The viewer is read-only — it does not repair or re-write the file.
  • AMF support across the wider tool landscape is thin, so a file that opens here may still be rejected by your slicer.

AMF at a glance

AMF files
Extensions.amf
GeometryCurved-triangle mesh
UnitsYes
Colors & materialsColors & multi-material
AnimationsNo
Typical useAdditive manufacturing (legacy)

AMF declares its unit and the loader converts the geometry to millimetres, so the dimension, area and volume readouts are genuinely millimetre values — one of the few mesh formats here where that is true.

Convert AMF instead of just viewing it

AMF is read-only here. Converting it into a format your slicer actually accepts is usually the point of opening it. The converter runs on the same local pipeline as this viewer, so a conversion is just as private as a preview: AMF to 3MF is the usual choice.

Frequently asked questions

What still opens an .amf file?

Few desktop tools do, which is the usual reason people end up here. This page parses AMF — plain or ZIP-compressed — in the browser, with objects and volumes in a tree, colors applied and measurements available.

Are AMF colors and materials shown?

Per-volume and material colors are applied as flat colors, so a multi-material file separates visually. Textures and print metadata are not rendered.

Are the dimensions in real units?

Yes, unusually for a mesh format. AMF states its unit and the loader normalises the geometry to millimetres, so the readouts are true millimetres rather than raw numbers with a label attached.

Should I move away from AMF?

Generally yes. 3MF won the succession to STL and is what current slicers prefer, while keeping the units, colors and multi-material data that made AMF attractive.

What does AMF store, and how much of it does the viewer show?

Geometry: curved-triangle mesh. Units: yes. Colors and materials: colors & multi-material. Animations: no. Of that, the viewer draws geometry and flat base colors; texture maps and animation are never displayed. AMF declares its unit and the loader converts the geometry to millimetres, so the dimension, area and volume readouts are genuinely millimetre values — one of the few mesh formats here where that is true.

Where to go next

Read the AMF format reference for the format itself, open the general 3D and CAD viewer if you have several formats to look at, or start from the 3D and CAD converter.

The mesh simplifier does not read .amf directly. To bring a triangle count down, convert to 3MF first, then simplify that. If the file is headed for a 3D printer, the G-code viewer shows the sliced toolpath layer by layer once your slicer has run.

Guides