Message 1 of 2
Add-ins that trigger on file open

Not applicable
07-10-2017
10:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have written a simple script that performs a simple scaling operation on a model. I would like the script to trigger every time on a file if I open the file (and Fusion 360). Currently if I just copy the code over to a Add-in, I am not able to get the current model; since the add-in will attempt to finish running (on Fusion startup) before Fusion 360 attempts to open the file. I was wondering if it is possible to delay this add-in from triggering until the file is fully loaded or if there is a way to have opening a file trigger this operation.