Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

iLogic save function

1 REPLY 1
SOLVED
Reply
Message 1 of 2
k.grigoriou
153 Views, 1 Reply

iLogic save function

Hi i try to find a solution i have one rule and i want in the end off the rule to save the part

1 REPLY 1
Message 2 of 2

Hi @k.grigoriou , you can use one of these.

 

ThisDoc.Document.Save

 

ThisDoc.Document.SaveAs("C:\Temp\BestPartEver.ipt", False) 'saves it as the specified path & name

 

ThisDoc.Document.SaveAs("C:\Temp\BestPartEver2.ipt", True) 'saves it out as copy, keeps the original open

 

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

Post to forums  

Autodesk Design & Make Report