# Is there a way to export Babylon model/scene to CAD as maybe a .STEP file?

**URL:** https://forum.babylonjs.com/t/is-there-a-way-to-export-babylon-model-scene-to-cad-as-maybe-a-step-file/19668
**Category:** Questions
**Tags:** exporter
**Created:** [April 3, 2021, 6:50am UTC](https://forum.babylonjs.com/t/is-there-a-way-to-export-babylon-model-scene-to-cad-as-maybe-a-step-file/19668 "2021-04-03T06:50:04Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![summer-3D](https://avatars.discourse-cdn.com/v4/letter/s/838e76/32.png) [@summer-3D](https://forum.babylonjs.com/u/summer-3D)
#### Post date: [April 3, 2021, 6:50am UTC](https://forum.babylonjs.com/t/is-there-a-way-to-export-babylon-model-scene-to-cad-as-maybe-a-step-file/19668/1 "2021-04-03T06:50:04Z")

</div>

I don’t think it’s possible now. But I wanted to know if anyone else has looked at this problem and perhaps found a good solution? Some users want to export the models from our babylon into their CAD workflow, for example by exporting as .STEP or similar. Any ideas? Thanks!

---

<div class="post-metadata">

### Author: ![MarianG](https://sea2.discourse-cdn.com/flex024/user_avatar/forum.babylonjs.com/mariang/32/138_2.png) [@MarianG](https://forum.babylonjs.com/u/MarianG)
#### Post date: [April 4, 2021, 8:40am UTC](https://forum.babylonjs.com/t/is-there-a-way-to-export-babylon-model-scene-to-cad-as-maybe-a-step-file/19668/2 "2021-04-04T08:40:54Z")

</div>

Hi, There is a STL exporter. It may help you

> **[STLExport | Babylon.js Documentation](https://doc.babylonjs.com/typedoc/classes/babylon.stlexport)**
>
> Class for generating STL data from a Babylon scene. \[API\]

---

<div class="post-metadata">

### Author: ![labris](https://sea2.discourse-cdn.com/flex024/user_avatar/forum.babylonjs.com/labris/32/12576_2.png) [@labris](https://forum.babylonjs.com/u/labris)
#### Post date: [April 4, 2021, 4:12pm UTC](https://forum.babylonjs.com/t/is-there-a-way-to-export-babylon-model-scene-to-cad-as-maybe-a-step-file/19668/3 "2021-04-04T16:12:46Z")

</div>

Or you may use [glTF Exporter | Babylon.js Documentation](https://doc.babylonjs.com/extensions/glTFExporter) and convert GLTF to needed format as in [numerous online converters](https://3d-convert.com/en/convert/gltf-to-stp.html) (you may need to find somewhere the converter which you need).  
It may depend on your workflow, parameters which need to be exported etc.  
But if STL format is OK for you - use @MarianG advice, this is the simplest and effective way.
