Community
Inventor Forum
Welcome to Autodesk’s Inventor Forums. Share your knowledge, ask questions, and explore popular Inventor topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

convert an assembly file to an stl file can it be done??

6 REPLIES 6
Reply
Message 1 of 7
Anonymous
1730 Views, 6 Replies

convert an assembly file to an stl file can it be done??

is it possible to convert or export an inventor assembly file into an stl file
6 REPLIES 6
Message 2 of 7
Anonymous
in reply to: Anonymous

Derive the assembly into a single part and savecopyas STL from there. HTH Peer
Message 3 of 7
Anonymous
in reply to: Anonymous

can ytou elobrate a bit more on this
Message 4 of 7
Anonymous
in reply to: Anonymous

Start a new ipt file.
Exit sketch.
Click Derived Component Tool.
Select iam file.
Save as stl.
Message 5 of 7
Anonymous
in reply to: Anonymous

But how do you save it as an .stl???

 

Message 6 of 7
DeerSpotter
in reply to: Anonymous

create a ilogic rule:

 

The following is not finished, but it will do it for you  🙂

 

My_extension_1 = InputBox("Enter Extension", "Type in the Extension you Want", "Fill in Extension ex: .stl .jpg .pdf")

'My_extension_2 = ".pdf"



ThisDoc.Document.SaveAs(ThisDoc.ChangeExtension(My_extension_1), True)

'UPDATE: Using the line Of iLogic code above will save the files in the same folder As the 2D drawing. If you want To save it In a different folder you can predifine the location Using the following:

'choose the place to save at? Possibly ask to save?
'strFolder = "D:\files\" & ThisDoc.FileName(False) 'without extension

'ThisDoc.Document.SaveAs(strFolder & (".jpg") , True)
'ThisDoc.Document.SaveAs(strFolder & (".pdf") , True)

MessageBox.Show("All file formats saved", "File Save")

 

Image and video hosting by TinyPic
..........................................................................................................................
Did you find this reply helpful ? If so please use the Accept as Solution or Kudos button below.
..........................................................................................................................


See My LinkedIn Profile
Message 7 of 7
JDMather
in reply to: Anonymous

You have responded to a file that is 10 years old.

All of this is obsolete and no longer necessary.

 

Simply File Save As>Save Copy as and set the Save as type to *.stl


-----------------------------------------------------------------------------------------
Autodesk Inventor 2019 Certified Professional
Autodesk AutoCAD 2013 Certified Professional
Certified SolidWorks Professional


Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report