.wrlVRML.stepSTEPapproximatedserver

Convert VRML to STEP

Convert VRML to STEP. This is the one conversion on this site that runs on a server, because rebuilding a solid from triangles needs more than a browser can do. Your file is deleted within an hour.

Drop your .wrl file

up to 100 MB · .wrl .vrml

Free. This page uploads your file, and it's deleted within an hour.

This page uploads your file

Before you convert: what this keeps and what it destroys

Preserved

  • The shape, as planar faces built from the triangles
  • Overall dimensions and proportions
  • Watertightness, where the input is watertight
  • The unit, recorded in the file
  • Colour
  • Separate parts and their positions

Destroyed

  • Cones, spheres, tori and NURBS, rebuilt as planar facets
  • Animation, rigs, cameras and lights, if the file has them

about .wrl · about .step · just view it instead

Why people convert VRML to STEP

The weakest starting point on the site for a solid, and worth understanding before you spend time on it.

VRML is a display format. It describes surfaces to be looked at, with no concept of a watertight volume, and files written for colour printing are frequently open shells. What this conversion does is merge coplanar triangles into planar faces and build a B-rep from them. Where the input was closed you get a genuine solid; where it was not, you get a solid-shaped thing that CAD software may refuse.

There is no exact geometry in a .wrl to recover, so no cones, no spheres, no NURBS and no feature tree. Use the result as reference to model around. And check the size: VRML's metre is a specification default, not a declaration.

What you get

You get a plain-text STEP file you can open in an editor containing a boundary representation: planar faces, shared edges and, where the input was closed, a closed shell that CAD software will treat as a solid. Triangles that lay in the same plane are merged into single faces, so a flat side that arrived as two hundred triangles leaves as one face.

Carried across: the unit, recorded in the file, supported base or vertex colour, the supported part structure.

This conversion runs on a server. The upload is deleted within an hour, and nothing about you is recorded alongside it: no IP address, no filename, no account.

What to check afterwards

  • VRML carries no unit. The numbers in the file are just numbers, so the conversion assumes metres. Check the overall dimensions of the result before you commit to machining or printing it. A file exported from a package set to inches will be 25.4 times out.
  • This is a reconstruction, not a recovery. Coplanar triangles are merged into planar faces and the result is a real solid, but cones, spheres, tori and NURBS surfaces are not recovered and there is no feature tree. Use it as reference geometry.

If you need something this conversion cannot give you

If you need a parametric model, use the original CAD file or remodel the part using this output as reference. Surface fitting can create new geometry, but a mesh does not contain the original sketches or feature history.

Going the other way

This site reads VRML but does not write it. For the reverse conversion, use an application that can export VRML.

How we know this conversion works

This pair was checked against 2 files from the test corpus on 2026-09-04. Each run parses its own output back in and compares the bounding box, the triangle count and, for closed solids, the volume against the input.

A pair that fails those checks doesn't get a page. That's why this site lists 120 conversions and not the several hundred a format-times-format grid would suggest.