- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello. The model is of the structure of a fan assembly. The purpose of the iTrigger is to scale the structure according to the diameter of the fan, which is the input of the trigger. The inputs are 15", 16", 18", 20", until 30", as shown in the attached screenshot.
Once I received the model, which was designed and had its iLogic configured in Inventor 2019, I was able to run the rule with no issues. I added some holes to some parts, then saved the assembly, then tried to run the iLogic rule again by selecting a different diameter size fan, and the error popped up. I then commented out line 88 in the code, and the code ran with no issues, but of course, not all of it scaled because line 88 was commented out.
I attached the code and 2 screenshots. Line 88 is: Parameter("Fan", "FanModelSize") = FanModelSize
Thank you for your help!