Drop a STEP, IGES, BREP or mesh file to preview it here.
PERSP
Free online IGES viewer
Open .iges and .igs surface models here — shaded, sectioned and measured in your browser. A full CAD kernel does the reading locally; nothing is uploaded.
Drop 3D files hereor click to browse — nothing leaves your browser
Drop your .iges or .igs file onto the viewer above. The CAD kernel reads the IGES entities in WebAssembly and tessellates the trimmed surfaces it finds into triangles. Nothing is uploaded — the page reads the file you picked and keeps it on your device.
Check what actually came through. IGES describes surfaces rather than watertight solids. The tree lists the shapes the kernel recovered; switch on Color by part to tell them apart, since IGES color support is thin and most files arrive uniformly grey.
Inspect the surfaces. Use wireframe or X-ray display to find gaps between patches, drag a section plane to cut through the model, and measure edge to edge with vertex and edge snapping. Surface area per shape is in the Properties panel.
What IGES files are, and what writes them
IGES is one of the oldest neutral CAD exchange formats, dating back to 1980. It represents models as surfaces and curves rather than watertight solids, and although STEP has largely replaced it, IGES files remain everywhere in legacy archives, tooling data and supplier exchanges.
IGES files come out of older CAD and CAM systems and out of long-lived supplier archives: mould and tooling surfaces, legacy mechanical parts, and exports made by systems that are now decades out of support. The format dates from 1980 and refuses to die because everything can still read it.
Readable by nearly every CAD tool ever shipped
Common in legacy archives and tooling workflows
Surface-level geometry survives translation well
Best for: Opening legacy CAD data and surface models from older systems. There is a fuller write-up on the IGES format reference page.
What you can inspect in IGES files here
Every trimmed surface patch the kernel could tessellate, listed as its own entry in the tree with independent visibility.
Surface area per shape, which for a surface model is the number that means something.
Gaps, slivers and overlaps between patches — usually easiest to see in X-ray or wireframe display.
Distances between corners and edges, with snapping, plus the overall bounding size of the model.
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 IGES
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.
An IGES file is usually not a closed solid, so the volume figure in the Properties panel is only meaningful if the surfaces happen to enclose a space. For an open surface set it is a number without a meaning.
A section plane through open surfaces shows the cut edges of those surfaces, not a filled cross-section.
Wireframe-only IGES files — curves and points with no surface entities — have nothing to tessellate. The viewer will report that the file parsed but contains no solid or surface geometry.
Translation gaps present in the file stay in the file. The viewer shows the model as it is, and does not heal or stitch surfaces.
As with STEP, what you see and measure is a triangle approximation of the original surfaces.
IGES at a glance
IGES files
Extensions
.iges, .igs
Geometry
B-rep surfaces & curves
Units
Yes, embedded
Colors & materials
Limited
Animations
No
Typical use
Legacy CAD exchange
IGES carries its units in the file header, and the kernel is asked for millimetres, so the dimension readout is in real millimetres.
Convert IGES instead of just viewing it
IGES is read-only here. If you need to keep working with the geometry, tessellate it into a mesh format first. The converter runs on the same local pipeline as this viewer, so a conversion is just as private as a preview: IGES to STL is the usual choice.
This page can: it reads IGES with a full CAD kernel in your browser and gives you shaded, wireframe and X-ray display, section planes and measurements. No CAD licence and no install are involved.
The file opened but nothing appeared. Why?
Almost always because the IGES file contains only curves, points or wireframe entities. There are no surfaces to tessellate, so there is nothing to shade. Re-export from the source system with surfaces or solids included.
Why does my model have holes in it?
IGES stores independent trimmed surfaces, and small gaps between adjacent patches are a normal translation artefact. They are in the file rather than in the viewer, which is precisely why STEP replaced IGES for solid exchange.
Is the IGES file sent anywhere?
No. Parsing happens in your browser through WebAssembly. Nothing about the geometry is transmitted, so old supplier data can be opened without a review.
What does IGES store, and how much of it does the viewer show?
Geometry: b-rep surfaces & curves. Units: yes, embedded. Colors and materials: limited. Animations: no. Of that, the viewer draws geometry and flat base colors; texture maps and animation are never displayed. IGES carries its units in the file header, and the kernel is asked for millimetres, so the dimension readout is in real millimetres.
If the model is heavier than it needs to be, the mesh simplifier reads .iges directly, tessellating the CAD geometry first, decimates it in your browser and previews the result before you export. 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.