Loading Aspose.3D...

Free online STL to OBJ converter

Convert STL to OBJ and many other formats.

Powered by aspose.com and aspose.cloud
Code example to convert STL to OBJ format
Input file
Input.stl
Run code
Output format
Select the target format from the list
                                using Aspose.ThreeD;

var scene =  Scene.FromFile("Input.STL");
scene.Save("Output.OBJ");
                    
                                    
C# VB.NET F# Java Python Node.js
  
Copy code to the clipboard