Is there any way to import/export an .iges file in Three.js?

I want to import and export an .iges file in my Electron.js project. Also I am using Three.js in this project. Is there any way to do this? Or to convert .iges to .stl is a good option?

I’m not aware of an IGES importer for three.js. CAD formats like IGES or STEP and usually very complicated to parse for direct render input so converting the asset to a different format like STL is recommended.

I found IGESLoader for three.js. This is the link: GitHub - Konsept-Design/three-iges-loader: three.js IGES loader. I’m trying to import in my code right now, I couldn’t yet. So what about igesloader?

I did not know about this project. Since it seems to be just two months old, I suggest you ask related questions directly at the repository.