Message 1 of 25
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have an ilogic rule that spaces the holes out on a linear rail.
Everything works perfectly until I convert it to iPart. I need to do this for content centre.
When I change between factory members, the rule runs (I put a message box in to prove it) But the part doesn't update afterwards, despite using
iLogicVb.UpdateWhenDone = True
Any ideas?
This is the abridged version
Parameter.UpdateAfterChange = True If Size = "HGR15" Then HoleCB = "7.5" etc etc....... BlindThreadDepth = 8 Else If Size = "HGR20" Then etc etc................ End If iLogicVb.UpdateWhenDone = True ThisApplication.ActiveView.Fit
Inventor 2018

Solved! Go to Solution.