Need a help with codes to control IDW files!

Need a help with codes to control IDW files!

nesliJJ54P
Explorer Explorer
785 Views
8 Replies
Message 1 of 9

Need a help with codes to control IDW files!

nesliJJ54P
Explorer
Explorer

Hello,

I've one year experience on Inventor and Ilogic.

I have almost zero problems at 3D side but need help with 2D side.

I want to learn more and develop my skills on them.

Is there a source to get help and learn about ilogic?

There are some sources of it, but they're so superficial. Also can't find a something like a handbook.

Please help me to get more detailed information all about ilogic.

Thank you so much!

0 Likes
Accepted solutions (3)
786 Views
8 Replies
Replies (8)
Message 2 of 9

bradeneuropeArthur
Mentor
Mentor

Hi @nesliJJ54P 

Based on my experience is it all "learning by doing". There is a vba course/document "my first add-in" where you can learn from.

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

Message 3 of 9

nesliJJ54P
Explorer
Explorer
Thank you for your attention but I think I need more specific more solid solution.
0 Likes
Message 4 of 9

bradeneuropeArthur
Mentor
Mentor
https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://www.autodesk.com/support/t...

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

Message 5 of 9

nesliJJ54P
Explorer
Explorer

Thank you so much, I appreciate for your answers!
The link you sent looks a bit complicated.
I need more simplier way to learn, like "from a to z" or "zero to hero" model learning.
Do you have any suggestion for it too?

Thank you so much again.

0 Likes
Message 6 of 9

WCrihfield
Mentor
Mentor
Accepted solution

Attached is a PDF I made a while back that explains a few basic things, then provides a bunch of useful links.  Unfortunately, there is not a super good one stop place for quickly and easily learning all there is to know about iLogic and how to get stuff done with it.  That is why this forum has become pretty popular.  The online (and locally installed) help documentation can help a little bit with object type descriptions and method explanations, but it does not provide much in the way of actual iLogic code examples or explanation of how to formulate your own iLogic rules for specific tasks.  There are several VBA macro examples, but that code often can not be used within iLogic rules, unless you convert it from VBA code to vb.net code (and of course, you must know how to do that).  There are also a bunch of personal 'Blog' websites that Inventor users post online about how to do stuff with iLogic or Inventor API code, which can be pretty helpful, because they usually take the time to fully explain everything to the best of their ability.  Something that is often lacking in 'official' documentation.

Wesley Crihfield

EESignature

(Not an Autodesk Employee)

Message 7 of 9

bradeneuropeArthur
Mentor
Mentor
Accepted solution

@nesliJJ54P wrote:

Thank you so much, I appreciate for your answers!
The link you sent looks a bit complicated.
I need more simpler way to learn, like "from a to z" or "zero to hero" model learning.

Let me/us support you on this than. After a while you will see that the files/turorials are not that complicated anymore.

Have no fear to dive. The only way to learn this is doing by practicing and find your  way yourselves. Somebody can guide you but, you need to do it. Really there will be no "one size fits all" and there will be no real guidance in means of a documentation that fits all. So let's start from the beginning. If you have programming cases we can take a look at together. let's see how far we come... further I can give you this tip: Start with VB.net and learn that. This way you will have more possibilities in future and you will automatically understand I-logic better. Have a look for Example on the site from @JelteDeJong.
Do you have any suggestion for it too?

Thank you so much again.


 

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

Message 8 of 9

A.Acheson
Mentor
Mentor
Accepted solution

Hi @nesliJJ54P 

If your looking for starter articles look at Autodesk University ilogic also look on youtube and at people's/companies blogs and any article you can get your hands on. There is some fantastic contributors out there. The Mod the Machine Developers Blog is a great resource for the beginner right through to the Pro. For sure you will come across complex topics and say to yourself maybe in a few years but keep on trying and learning. 

 

For the beginner to intermediate

Navigating assemblies.

iProperties through the API 1

iProperties through the API 2 

Go Excel

 

Just start searching a few keywords of your task and go from there. Find a sample that works and test it and then break it down and start learning. 

This forum is also a fantastic resource, there is almost nothing that hasn't been covered in the posts. If you get stuck with a test example, start a new post link the example, post the code, ask a question and post also the error message your seeing.

 

If this solved a problem, please click (accept) as solution.‌‌‌‌
Or if this helped you, please, click (like)‌‌
Regards
Alan
Message 9 of 9

nesliJJ54P
Explorer
Explorer

Hi all,

Thank you so much again!

I see that there's a lot to learn

I'll start with VB.net, get some extra info from modthemachine, Autodesk University, etc.
This is an honor to enjoy this journey with you.
I'm sure I'll be back here again.
Have a nice day to all.