Hello ladies & gentlemen's,
Please help me to know, how could I record macros in Autodesk Inventor. I'm using version 2020.
I would like to do assembly automation & for that reason I would like to record my each assembly step, but don't know, how to do it by recording macros?
Please guide me.
Solved! Go to Solution.
Solved by A.Acheson. Go to Solution.
Solved by swalton. Go to Solution.
I am not aware of a macro recording tool in Inventor.
The usual way to automate anything with Inventor is using iLogic coding or the Inventor API using VB.net.
Take a look at this forum for help getting started. https://forums.autodesk.com/t5/inventor-ilogic-and-vb-net-forum/bd-p/120
Steve Walton
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
Unfortuantely there is no macro recording.
If your using the ilogic environment,
The code is automatically captured for the part/assembly your working with. repeat the same for constraints and or parameters. Obviously there is more to getting it to work in a meaningful way but it is very easy entry point for a beginner. If you have questions on the workflow post up an image of the editor along with the workflow you want and any code attempt you have done. Find the </> button and paste the code like below.
Components.AddContentCenterPart("Hex Head Bolt-01","Fasteners:Bolts:Hex Head","Hex head bolt DIN 931 8.8 FZ","M16 x 70")
What kind of assembly "automation"?
There are iMate, iPart, iAssembly, Model State which don't require code to made part and assembly in different size and config.
Can't find what you're looking for? Ask the community or share your knowledge.