STEP → DXF · Section & outline
STEP to DXF
Take a horizontal section through a STEP or STP part and export it as a DXF outline for laser cutting, waterjet or CNC. Free, in the browser, no CAD licence needed.
DXF is a 2D drawing format, so a 3D model can't go across unchanged. You get a real section through the part — or every triangle as 3DFACE entities if you need the full shape in CAD.
Converting a STEP file to DXF
STEP holds a 3D solid; DXF holds a 2D drawing. To get from one to the other you have to pick a plane — this tool cuts the part horizontally at a height you choose and exports the outline of that cut as closed DXF polylines.
That's the normal shop workflow: a supplier sends a STEP file, and you need the flat profile to cut a plate, a gasket or a bracket blank. Drag the height slider until the preview shows the profile you want, then download an R12 DXF in millimetres.
The STEP solid is tessellated in your browser by an OpenCascade WASM engine before it's sectioned, so the first file spends a few seconds loading that engine. Because the part is triangulated first, curved edges come out as very fine straight segments rather than true arcs.
Frequently asked questions
- How do I convert a STEP file to DXF?
- Drop the .step or .stp file above, drag the cut-height slider to the profile you need, and click Download DXF. No CAD software and no upload — it runs in the browser.
- Does it work with .stp files?
- Yes. .stp and .step are the same ISO 10303 format with two extensions; both are accepted.
- Is this STEP to DXF converter free?
- Yes — free, no signup, no watermark, no file-size paywall, and no CAD licence.
- Are the curves in the DXF real arcs?
- No, and it's worth knowing: the STEP solid is tessellated into triangles before sectioning, so a circular hole comes out as a many-sided polyline rather than a CIRCLE entity. It cuts to size, but if you need true arcs for a CAM toolpath, export the DXF from the original CAD system instead.
- Why a section instead of a flat projection of the whole part?
- A section is a real cut at a stated height, which is unambiguous. A projected silhouette merges features at different depths into one outline that matches no actual plane of the part — easy to misread on the shop floor.
- Can I also get the full 3D shape into DXF?
- Yes — switch to 3D faces and every triangle is written as a DXF 3DFACE entity. That keeps the shape but produces a large mesh file, not a solid with feature history.
- Is my CAD file uploaded anywhere?
- No. There is no server and no upload — the part is read, tessellated and sectioned entirely on your device, which is why it's safe for parts under NDA.