Access Part list in iLogic Forms

Access Part list in iLogic Forms

ramsuhas7
Enthusiast Enthusiast
686 Views
4 Replies
Message 1 of 5

Access Part list in iLogic Forms

ramsuhas7
Enthusiast
Enthusiast

Hi all,

 

I just stared using iLogic & Inventor forms, still learning new things.

 

I am working on this curtain panel (Skelton based model) which contains many components to be fabricated, to make my work easy I started creating a form (attached). My question is to assess all the parts used in that assembly in the form, is can I do that.

ramsuhas7_1-1629372758112.pngramsuhas7_0-1629372731944.png

 

My end goal is when I change a parameter, all the parts which are dependent on that parameter should Save & Replace to next sequence part number (eg. MM-01 to MM-02) in the file manager and

 

Replace the derive part ( current Skelton with the new one) (this is a story for post)

 

Thanks.

0 Likes
Accepted solutions (1)
687 Views
4 Replies
Replies (4)
Message 2 of 5

WCrihfield
Mentor
Mentor

Hi @ramsuhas7 .  I'm not 100% sure what you may mean by assess (or access) the parts, but in general, no you can't access parts from an iLogic form.  An iLogic Form is mainly just for controlling Parameters & iProperties, and can include buttons to run iLogic rules.  You will most likely need to create one or more iLogic rules (or VBA macros, or similar) to accomplish most of what you are trying to do in this project.  Rules can access all assembly components, all referenced documents, the BOM, Parameters & iProperties of both the main assembly, and all of its components, plus tons of other stuff.  The iLogic rules can be lot more useful/powerful than most folks realize.

 

If this solved your problem, or answered your question, please click ACCEPT SOLUTION.
Or, if this helped you, please click (LIKE or KUDOS) 👍.

If you want and have time, I would appreciate your Vote(s) for My IDEAS 💡or you can Explore My CONTRIBUTIONS

Wesley Crihfield

EESignature

(Not an Autodesk Employee)

0 Likes
Message 3 of 5

ramsuhas7
Enthusiast
Enthusiast

Hi @WCrihfield , thanks for the reply.

 

I meant access, 

So forms can only work with existing rules or parameters which means I have to create rules for all the different specific functions and call them when necessary from forms.

 

Then I have to work on creating iLogic rules.

Any help to point me the direction would be most welcome.

 

Thanks.

0 Likes
Message 4 of 5

WCrihfield
Mentor
Mentor
Accepted solution

You don't necessarily 'have' to run your rules from a Form (there are multiple other ways), but if you are going to be using a Form as part of the process, and circumstances work out right, it can certainly be more convenient to run them from buttons in your Form.

 

There are really lots of other forum posts on the subject of "Save & Replace" here in this forum.  Just use the main search box at the top of the forum posts and type in that phrase to search for it.  (Not the search box further up at the very top beside 'Autodesk', but the one just above the list of forum posts.)  Here is a list of results I quickly found in a search :

https://forums.autodesk.com/t5/inventor-ilogic-api-vba-forum/save-and-replace-with-drawing/m-p/99442... 

https://forums.autodesk.com/t5/inventor-ilogic-api-vba-forum/ilogic-save-and-replace-assembly-and-cu... 

https://forums.autodesk.com/t5/inventor-ilogic-api-vba-forum/save-and-replace-ilogic/m-p/7878728 

https://forums.autodesk.com/t5/inventor-ilogic-api-vba-forum/ilogic-save-and-replace-component/m-p/7... 

https://forums.autodesk.com/t5/inventor-ilogic-api-vba-forum/save-and-replace-parts-in-an-assembly-u... 

https://forums.autodesk.com/t5/inventor-ilogic-api-vba-forum/save-and-replace-every-sub-assembly-and... 

https://forums.autodesk.com/t5/inventor-ilogic-api-vba-forum/save-and-replace-selection-on-bom-struc... 

 

Wesley Crihfield

EESignature

(Not an Autodesk Employee)

0 Likes
Message 5 of 5

ramsuhas7
Enthusiast
Enthusiast

Thanks @WCrihfield I'll look in to it.

0 Likes