- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi @cnoJTCG6. I can't currently think of any way to check if an Inventor Part document originated from a STEP file, unless maybe it is still associatively linked to that STEP file, which I believe is a relatively new ability. And as far as suppressing that InputListBox (but not the rule its in) for specifically the rest of the current Inventor Session, may be difficult to set-up, but may not be impossible. Are you familiar with the SharedVariable objects in iLogic? There are 'snippets' for using them within the 'System' group of the iLogic Rule Editor's Snippets, under the group called 'Variables'. They are a way to store simple data into Inventor's 'session memory', which will remain only until either you specifically remove it using one of the other snippets, or you close your current session of Inventor. If you created one of these with an obvious name, then gave it a Boolean (True/False) type Value, you could then have that rule check for this SharedVariable and/or its value, just before showing that InputListBox. If it is found and/or its Value is what's expected, then don't show the InputListBox, otherwise show it.
If this solved your problem, or answered your question, please click ACCEPT SOLUTION.
Or, if this helped you, please click (LIKE or KUDOS)
.
If you want and have time, I would appreciate your Vote(s) for My IDEAS
or you can Explore My CONTRIBUTIONS
Wesley Crihfield
(Not an Autodesk Employee)