📖 What is an IGES File?
An IGES file is a neutral CAD file. It uses the .iges or .igs extension, and it carries the geometry of a design in a vendor-neutral form so that a model drawn in one CAD program can be opened in another.
The name stands for Initial Graphics Exchange Specification, said aloud as "eye-jess". Rather than tying a design to a single application, an IGES file writes the shape out in a shared, published form that a wide range of engineering and manufacturing software can read. That is its whole reason for being, a common language for passing designs between systems that would otherwise not understand each other.
An IGES file is stored as plain ASCII text and describes a model mainly through its surfaces and wireframe outlines. It handles both flat 2D drawings and 3D shapes, which is why it turns up across engineering, manufacturing and architecture whenever a part has to move from one toolset to the next.
Key Characteristics
- A vendor-neutral format, readable by many tools
- Carries 2D and 3D geometry, as text
- Leans on surfaces, and wireframe outlines
- Widely readable, across CAD software
Good to Know
- An older exchange standard, predating STEP
- Stored as ASCII text, readable but structured
- Two extensions, .iges and .igs, alike
- Still used, for legacy and surface work
⚡ Quick Facts
| File Extensions | .iges, .igs |
| Full Name | Initial Graphics Exchange Specification |
| Category | Neutral CAD exchange file |
| Format | ASCII text |
| Geometry | Surfaces, wireframes, some solids |
| Origin | US Air Force ICAM project, around 1980 |
| MIME Type | model/iges |
| Related Extensions | .step, .stl, .obj |
🏛️ Where It Came From
IGES has a long history for a file format, and knowing it explains both the format's strengths and its age.
It grew out of a United States Air Force programme called ICAM, short for Integrated Computer-Aided Manufacturing, around 1980. At the time, every CAD system stored designs in its own private way, so a model made in one could not be opened in another. IGES was the answer, one of the first widely adopted neutral formats for passing CAD data between systems. It spread quickly from aerospace into general manufacturing and became a fixture of engineering work for decades, which is why so many older archives and machines still rely on it.
🔍 What It Holds
Because it is ASCII text, an IGES file can be opened in an editor, though it is built for software rather than people. Its contents are laid out in a fixed set of sections.
The sections of an IGES file
# each line ends with a section letter and number Start human-readable prologue Global units, author, settings Directory index of every entity Parameter the geometry data itself Terminate section line counts
A file is divided into a start section with a short readable introduction, a global section holding settings like the units and the author, a directory that lists every entity, a parameter section carrying the actual geometry, and a terminate section that closes it. The shapes themselves are described as entities, mostly curves and surfaces, which is what gives IGES its reputation for handling surface geometry well while being weaker at whole solid models.
⚖️ IGES vs STEP
No question comes up more often than how IGES compares to STEP, since the two are the usual choices when a design has to move between CAD systems. The short version is that STEP is the newer, richer standard.
| Point | IGES | STEP |
|---|---|---|
| Age | Older, around 1980 | Newer standard |
| Strong at solids | ~ weaker | ✓ |
| Surface geometry | ✓ | ✓ |
| Assembly and metadata | ✗ | ✓ |
IGES describes a model mostly as surfaces, which it does well, but it has a weaker grasp of whole solid bodies and carries no assembly structure or rich metadata. STEP, the more modern standard, holds true solids along with assemblies and extra product information, so it usually survives the trip between systems more faithfully. In practice, if you can choose, STEP is the safer request, while IGES remains handy for older tools and for pure surface work.
🔤 IGES vs IGS
You will see the same file written two ways, and the difference is only in the name.
IGES and IGS refer to the same format. The word IGES names both the file type and the wider specification, while .igs is simply a shorter spelling of the extension, a leftover from the days when file extensions were limited to three letters. A .igs file and a .iges file hold identical content and open in the same programs, so you can treat the two spellings as the same thing and rename between them without harm.
📂 How to Open an IGES File
Opening an IGES file comes down to choosing the right kind of tool for the task at hand.
An online viewer
The quickest route is a browser-based viewer that loads the model for a look without installing anything.
CAD software
Programs like AutoCAD, SolidWorks, Fusion 360 or the free FreeCAD open and edit the model.
A text editor
Since the file is ASCII, an editor shows its raw sections, useful for a quick check rather than viewing the shape.
For simply seeing a part, measuring it or sharing it for review, an online viewer is often all you need, and it sidesteps the cost and setup of full CAD software. If you plan to change the geometry, a proper CAD application is the right home, since it can import the entities and let you rebuild or repair them.
🔄 Converting an IGES File
Sending an IGES model into another workflow usually means converting it, and the target format depends on the job.
The two most common conversions are to STEP, to modernise a legacy file into a solid-friendly standard, and to STL, to prepare a model for 3D printing. Designers also convert to OBJ and other 3D formats for rendering or downstream tools. An online converter or the export menu of any CAD program will do this, turning the IGES geometry into the format you need.
The Univik converter handles IGES alongside other CAD and 3D formats, so you can move a design toward STEP, STL or another target in a few steps.
The move to STL deserves a note of its own, since it is the usual path to 3D printing. STL throws away everything but the shape, turning the smooth surfaces into a mesh of tiny triangles, so a printer or slicer can read it. After converting, it is wise to check the mesh is watertight, with no holes, using a tool like MeshLab or Netfabb before printing. One more thing to expect is that colour and layer information rarely survives a trip through IGES cleanly, so appearance may need setting again in the receiving program.
🖥️ Software Support
Support for IGES is broad, since almost every serious CAD tool can read it. A few common options cover most needs.
Online Viewers
Load and inspect a model in the browser with nothing to install.
Paid CAD
AutoCAD, SolidWorks and Fusion 360 open, edit and export the file.
Free CAD
FreeCAD reads an IGES file and can export it to a solid format.
Text Editors
Any editor reveals the raw ASCII sections for a quick inspection.
📅 Version History
IGES has a fixed history, because the standard stopped evolving decades ago. Its timeline explains why it is treated as a mature, legacy format today.
The first version is published by the United States National Bureau of Standards, now known as NIST, and it becomes an ANSI standard.
The format spreads from aerospace into wider manufacturing and becomes the default way to move CAD data between systems.
IGES 5.3 is released as the final version, and formal development of the standard ends here.
NIST recommends moving to STEP for new work, so IGES settles into its role as a legacy and surface-exchange format.
Because 5.3 in 1996 was the last release, every modern IGES file traces back to that same specification. Most CAD systems still export IGES 5.3 by default when you ask for it, which is why the format remains readable everywhere even though nothing new has been added to it for years. One practical footnote is that only versions from 3.0 onward handle NURBS, the smooth curves and surfaces modern CAD relies on, so very old files can lose accuracy on complex shapes.
🛠️ Common Issues
Most IGES headaches come from the format's surface-based nature or from its age. The usual cases are easy to recognise.
| Model is full of gaps | The geometry came in as loose surfaces rather than a sealed solid. Healing tools in CAD software, or a STEP version, usually fix it. |
| Import looks empty | A viewer may not show wireframe-only data well. Opening it in CAD software often reveals the geometry. |
| Lost detail | Assembly structure and metadata do not survive in IGES. That information has to travel in a richer format like STEP. |
| Errors after converting | Turning surfaces into a solid can introduce flaws. The result should be checked and repaired before manufacturing. |
| Part is the wrong size | An older file may use inches while your system expects millimetres, making the model far too big or too small. Check the units after importing. |
🔀 Related Formats
An IGES file sits among a family of CAD and 3D formats used to share designs.
.step | The newer neutral CAD standard, better with solid models, assemblies and metadata. |
.stl | A mesh format widely used for 3D printing, describing a surface as triangles. |
.obj | A common 3D mesh format used for rendering, visualisation and exchange. |
.dwg | The native AutoCAD drawing format, often the source a design starts from. |
.stp | Simply the short spelling of the STEP extension, the same as .step. |
❓ Frequently Asked Questions
How you open an IGES file depends on what you need from it. The fastest way to just look at the model is a browser-based viewer, which loads it with nothing to install. To edit the geometry, a CAD program such as AutoCAD, SolidWorks, Fusion 360 or the free FreeCAD imports it fully. And because the file is ASCII text, any text editor will show its raw sections, which is handy for a quick check rather than seeing the shape. For most people who only need a look, an online viewer is the simplest choice.
An IGES file is a neutral CAD file, using the .iges or .igs extension, that carries a design's geometry so it can pass between different CAD programs. The name stands for Initial Graphics Exchange Specification. Stored as plain ASCII text, it describes a model mainly through surfaces and wireframe outlines and handles both 2D drawings and 3D shapes. Because it is vendor-neutral, a part modelled in one program can be opened in another, which is why it is common across engineering, manufacturing and architecture.
IGES stands for Initial Graphics Exchange Specification, and it is said aloud as eye-jess. The name captures its purpose well, since it is a specification for exchanging the initial graphics, meaning the geometry, of a design between systems. It came out of a United States Air Force manufacturing programme around 1980 and became one of the first widely used neutral formats for sharing CAD data, so a model no longer had to stay locked inside the single program that created it.
Both are neutral formats for moving CAD data between systems, but STEP is the newer and richer standard. IGES, dating from around 1980, describes a model mostly as surfaces and wireframes, which it does well, but it is weaker at whole solid bodies and carries no assembly structure or metadata. STEP holds true solids along with assemblies and extra product information, so a complete part usually transfers more faithfully. If you can choose, STEP is the safer request, while IGES stays useful for surface work and older tools.
Yes, IGES and IGS are the same format. IGES names both the file type and the wider specification, while .igs is just a shorter spelling of the extension, left over from when file extensions could only be three letters. A .igs file and a .iges file hold identical content and open in the same software, so the two spellings are interchangeable and you can rename between them without changing anything inside the file.
Converting IGES to STEP is one of the most common reasons to change the format, since STEP is a more modern, solid-friendly standard. You can do it with an online converter or through the export menu of a CAD program, where you open the IGES file, then export or save it as STEP. The free FreeCAD is a popular route for legacy files. Since IGES is surface-based, it is worth opening the result and checking that the model came through as a proper solid before you rely on it.
Yes. If you only need to see the model, measure it or share it, an online viewer opens an IGES file in your browser with nothing to install. Because the file is ASCII text, a plain text editor will also show its raw sections, though that reveals the code rather than the shape. You only really need full CAD software when you want to edit the geometry, rebuild a solid from the surfaces or repair problems in the model.
This is the most common IGES complaint. The format describes a model as separate surfaces, so a part can arrive as a collection of disconnected faces rather than one sealed solid, which some software struggles to use. CAD programs offer healing or stitching tools that try to knit the surfaces back into a solid. Often the cleanest fix is to ask whoever sent it for a STEP version instead, since STEP carries the part as a true solid from the start.
An IGES file is ASCII text arranged in a fixed set of sections. A start section gives a short readable introduction, a global section records settings such as the units and the author, a directory section lists every entity in the file, a parameter section holds the actual geometry, and a terminate section closes it with line counts. The shapes are stored as entities, mostly curves and surfaces, which is why IGES is strong at surface geometry but weaker at complete solid models.
Yes, though less than it once was. For general CAD exchange, STEP has largely taken over because it handles solids, assemblies and metadata better. IGES survives in a few areas. These include legacy CAM machines and older controllers that only accept it, archives of parts saved years ago, and certain surface-heavy work such as moulds and complex curved shapes that can transfer well as surfaces. So while STEP is usually the first choice now, IGES is far from gone.
The final version is IGES 5.3, released in 1996, and no newer version has followed. The format was first published in 1980 by the United States National Bureau of Standards, now NIST, and became an ANSI standard before development wrapped up with 5.3. After that, NIST recommended STEP for new work. Because 5.3 was the last release, every current IGES file follows that same specification, and most CAD programs still export IGES 5.3 by default when you request the format.
Converting to STL is the usual route to 3D printing, and you can do it with an online converter or through the export menu of CAD software like Fusion 360 or FreeCAD. The step turns the smooth IGES surfaces into a mesh of triangles, which is all STL keeps. Because the source is surface-based, it is worth checking the resulting mesh is watertight, with no holes, in a tool such as MeshLab or Netfabb before you print. Colour and other extras are not carried into the STL, so the output is pure geometry.
This usually comes down to units. An IGES file made on an older system may record its geometry in inches, while the program you open it in expects millimetres, or the other way round, which makes the part come in about twenty-five times too large or too small. The global section of the file records the units, but that setting is not always read as intended. The fix is to check the units straight after importing and rescale the model if they do not match what you expected.
📝 Summary
An IGES file is a neutral CAD file, using the .iges or .igs extension, that carries a design's geometry so it can move between different CAD programs. Its name stands for Initial Graphics Exchange Specification, and it came out of a United States Air Force manufacturing programme around 1980 as one of the first widely adopted formats for sharing CAD data. Stored as plain ASCII text in a fixed set of sections, it describes a model mainly through surfaces and wireframe outlines, handling both 2D and 3D geometry, which makes it strong at surfaces but weaker at whole solid bodies. The comparison that matters most is with STEP, the newer standard, which holds true solids along with assembly structure and metadata, so STEP is usually the safer choice today while IGES remains useful for legacy machines and surface-heavy work. The .iges and .igs spellings are the same format under different extension lengths. You open an IGES file quickly in an online viewer to inspect or measure it, in full CAD software like AutoCAD, SolidWorks, Fusion 360 or FreeCAD to edit it, or in a text editor to see its raw sections, and you convert it to STEP to modernise it or to STL for 3D printing, checking the result since surface-to-solid changes can introduce flaws.