- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I would like to create multivalue parameter Tool_Number with values taken from an embedded excel table column B, based on model parameter Flange_Diameter and excel table filter column A.
For example if Flange_Diameter is 630 mm, the multivalue parameter Tool_Number should show only Tool Numbers that are >(Flange_Diameter-150) <= Flange_Diameter.
The resulting list should be: 5506, 5553, 4419, 5489, 8839, 5532 A, 4111, 10162, QUINTAS, 10299.
I found a similar thread on the forum https://forums.autodesk.com/t5/inventor-ilogic-api-vba-forum/ilogic-excel-multivalue-parameter-for-f...
but it did not help me... it uses only numbers with particular increments and my criteria is more difficult.
I am able to make a simple rule (If...then...ElseIf...End if) where I write the Tool Numbers to particular Diameters, but the table where I want to use it is much longer with several types of Tools. I do not know how API & VBA works.
Is there a kind soul here who could write the rule for me if it can be done?
Thank you very much
Solved! Go to Solution.