11-22-2024
09:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
11-22-2024
09:25 AM
If I understand correctly, you need a document as an input at all times? In that case, this function may seem less useful. I want an event handler that remains active during the entire Inventor session.
A SharedVariable does remain active during the session. Is SharedVariable actually something completely different in the background? A List or something?
I took SharedVariable, because it is something I know and is very useful to warn the user once per session or something. Maybe I should take something else as temporary Object.
René van der Starre