IDW Dimensions - Finding dimensions with tolerances not inclusive of model part size
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, I did some research regarding finding and identifying IDW dimension overrides and found some useful iLogic code, which work well. I also found that Inventor has a built in feature to find IDW dimensions which have overrides by holding shift and right clicking in an IDW and selecting "Select All Overridden Dimensions".
The problem is that Inventor has multiple ways of allowing an IDW dimension to be overridden. The first two ways are the obvious "Hide Dimension Value" checkbox within the edit dimension dialog box's text tab, and also the "Override Displayed Value" check box under the edit dimension dialog box's precision and tolerance tab. These two check boxes are detected by all of the iLogic code I have seen so far, including the built in Inventor tool to detect dimension overrides.
What I have found is that even if both of these check boxes are left unchecked, a user can select a stacked tolerance format for dimensions, type in a high and low value that do not include the actual parts' size like shown in the example below. Notice the override check box is unchecked, which means the iLogic code and Inventor command can't detect that the user typed in a tolerance values which do not even include the actual model size within the upper and lower bounds.
Any chance of a known iLogic code that could include a check to make sure any input tolerance range must include the actual part size within the tolerance range? I think including this functionality would be very worthwhile. And if Inventor can do this "out of the box", I know outdated expression, just point me in the right direction.
Thank you,
Stephen R.