- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
Right now this is more of a how to approach question. My skill level with ilogic isn't very high and I could probably do with some VBA classes, but I am very good at reverse engineering the code and understanding its use and function.
My current thinking is to use the BOM to get the information I need to make this new rule run.
I created a rule that will allows the user to select a file, in the open file window, that will then create a new sheet with views automatically placed in locations along with a parts list, title block, border, and automated center lines. It will also allow pages to be placed manually as well.
What I want to do is take this to the next level by Inventor accessing the sub assemblies in the Structured BOM and generating those sheets for each sub assembly. One issue I see is that with a few hundred sub assemblies I don't want them all in one drawing file as that will make Inventor cry. I was thinking of adding a variable parameter to decide which sub assemblies to add based on BOM item numbers. Example: If parameter is >=1 and <=50 it would create sheets for items 1-50.
The things I am looking for is the API functions for Inventors BOM. (I could honestly use a general list of API for inventor)
How to retrieve the file path from the BOM and have the rule run for each row of the BOM.
Make the output variable depending on the range of item numbers.
This is a pretty big undertaking for me and I appreciate any help or input.
Solved! Go to Solution.