Feature Request: entityChanged event
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'd like my add-in to receive an event every time any entity changes - perhaps Fusion360 can build a list of entityTokens every time it's working, then when it's finished, trigger this event to any listening add-ins passing the list - so they can quickly check if any of those tokens are related to things it cares about... thus letting us go fully parametric, with only the barest minimum Fusion360 dev effort needed 🙂
Failing that - does anyone know if our add-ins can make use of the Event() base class?
" Objects can have several Event properties that fire when some 'event' occurs. Clients can attach Event Handlers to one or more Events and they get notified when the 'event' occurs. "
Maybe there's already some way to hook something when things change and accomplish this ourselves?