Convert a STEP file to IGES for free: FreeCAD and CAD Assistant methods, the solid-to-surfaces topology trap, units, and how to check the result before sending.
To convert a STEP file to IGES for free: open the .step or .stp in FreeCAD (free), then export it as IGES (.igs / .iges) — CAD Assistant (free, Open Cascade) and some online converters do the same. Unlike a conversion to a mesh (OBJ, STL), this is a translation between two exact-geometry CAD formats: surface precision is preserved. The real thing to watch is topology: a STEP solid is often exported to IGES as a set of trimmed surfaces, which can lose the notion of a watertight volume. This guide explains how to convert cleanly and how to verify the result.
STEP (ISO 10303, 1990s to today) and IGES (Initial Graphics Exchange Specification, frozen at version 5.3 in 1996) are both exact-geometry exchange formats: they describe NURBS surfaces and analytic curves, not triangles. The difference is what they carry around the geometry. STEP is more modern: it natively handles solids (manifold BREP), assemblies, metadata, colors, and PMI (tolerances, annotations). IGES, older, is primarily surface-oriented; it can carry solids, but in practice many translators export it as trimmed surfaces. So you convert STEP to IGES mainly for compatibility with software, a machine, or a client that only accepts IGES.
FreeCAD is built on the OpenCASCADE kernel, known for the quality of its IGES export. It reads STEP natively and lets you set the export units and tolerances.
CAD Assistant, built by Open Cascade (the CAD kernel behind FreeCAD), opens STEP and exports to IGES. It is a lightweight alternative, available on desktop and mobile, handy for a one-off conversion.
Several services convert STEP → IGES in the browser, with no installation. Since a STEP is often a sensitive industrial deliverable (patented part, project under NDA), confidentiality comes first: prefer a tool that processes the file locally, or stay on FreeCAD / CAD Assistant locally for your proprietary models. Also check the size limit: heavy STEP assemblies are often rejected by free online converters.
This is the main pitfall of a STEP → IGES conversion. A STEP often describes a closed solid (a watertight volume); on IGES export, that solid can be «exploded» into independent trimmed surfaces. The software receiving the IGES then sees a shell of surfaces, sometimes with tiny gaps at the joints, rather than a volume. For plain surface machining or a preview, that is enough; for simulation or boolean operations, you will need to stitch/heal the surfaces in the target software to recover a solid. Always check the IGES before sending it.
No — to show, rotate, and share a part, conversion is unnecessary. OmniView 3D reads STEP, IGES, STL, OBJ, GLB, GLTF, FBX, PLY, and DAE files directly. Upload your .step as-is, get an interactive 3D viewer in 60 seconds, and share a link: your client or supplier sees the part in their browser, with no CAD software. You only convert to IGES when the destination system requires it — typically an older CAM package or a partner whose pipeline does not yet accept STEP.
Open the .step in FreeCAD (free), set the units in the IGES preferences, select the bodies, then File → Export as IGES (.igs). CAD Assistant (Open Cascade) does the same. For a non-confidential model, an online converter works too — prefer ones that process the file locally.
The geometry stays exact: NURBS surfaces are preserved and there is no tessellation. However, you may lose the solid topology (the volume is exported as trimmed surfaces), as well as assemblies, colors, metadata, and PMI. Always keep the original STEP as your master file.
STEP is more modern and more complete (solids, assemblies, metadata): it is the default format to prefer. You only convert to IGES for compatibility with software, a CAM machine, or a client that accepts only that older format.
Yes, the IGES → STEP direction is possible in FreeCAD or CAD Assistant, but it does not magically restore a solid: if the IGES contains only surfaces, you will need to stitch/heal them in the target software to rebuild a watertight volume.
Yes. OmniView 3D opens STEP and IGES files directly in the browser: rotate, zoom, and share by link, with no CAD software. Converting to IGES is only necessary for a destination system that requires it.
Sources & references
Try OmniView 3D for free
Upload a file and view it right away. No account required.
Try without signing up