I import stl files all the time into Fusion 360 and export as a step or iges. Most Cad software on the market allow that. 3d software like blender, 3ds max, maya, zbrush, etc can not as they are not Cad specific programs.
I’m just starting to experiment with Fusion 360 now. It looks pretty cool. How much does it cost to buy once the trial version has expired?
Ok, great.
Now, I just uploaded my model and exported it as both an STEP and IGS file. But the exported files don’t show anything in the way of thumbnail images - they’re also very small. Is that normal?
I tried to reupload them to Fusion as well, to see if they would open, but they seem to be just blank files. I’ve attached a screen grab that has the OBJ file on the right, and the IGS version on the left.
Is there something I’m doing wrong? Or are these file types just not visual?
did you change the system units to match the imported file’s units before exporting?
I did not…
Is the dialog box on the right what you’re referring to? If so, is there a different setting I should be using?
Hey…just wanted to see if my last message came through.
You’ve been very helpful so far. I hope to continue learning from your tips!
Thank you!
-matt
No didn’t get your first notification. Yes changing those units should export the design correctly. That may be the reason as to why you were not getting a thumbnail when exporting as the design was exported smaller than what it should have been.
Oh, awesome! I think that worked - I had it at mm instead of inches.
Thank you so much for your help! Would it be okay if I got in touch with you again on here in the future? You seem to know your stuff.
Actually, I spoke too soon. Apparently I exported the file as a F3D file, and THAT worked.
But then, when I tried to export as a STEP file, I got the same results - the export completed, but the file was empty when I tried to upload and open it.
Is there something I’m doing wrong? Do I need to change settings somewhere else?
Try converting the file inside the program to a Brep and then export. Convert STL to BRep for Editing in Fusion 360 - YouTube
Hmm. I tried that - the video was helpful, but I guess my file is too big or something? I got this error message…
Probably doesn’t like that your mesh is high poly and not made of quads. Maybe https://www.freecadweb.org/ that @Modellus suggested can convert the higher poly designs better?
Is it possible to turn a digital scanned stl model into a solid for machining?. It is full of faceted surfaces.
I know this is a late in the game but I found freecad solutions and such a bit lacking. So I just wrote a direct translator:
It works for my models.
-slugdev
Hey,
I just found this website here. I tried and it and worked well for me.
They took some days to delivery the file but its ok, its for free anyway.
Hope it can help you …
cadmeshanalytics.com
@BackstreetZAFU other thing you can do is try to simplify the mesh before import into F360 or freecad using meshlab
Mag8891
27
hi could you write in more detail how to use this please.
In windows command line I should write stltostp <stl_file> <step_file> [ tol ]
can you show the example how to input the file names and what tolerance shall I type in? what are acceptable values?
say in I have file in C:\Users\Tata\Downloads\stl_file.stl
slugdev
28
sorry for the late response. I updated the code front page with an example: