Modeling association "feedback" loop?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Looking to potentially switch our company to Fusion 360, the types of stuff we do and the way we work we would need some custom tools written for Fusion for it to be a viable platform. Is there modeling association "feedback" loop between python and Fusion?
In other words, if we were to have scrip run and make something, then user makes some updates on that part, will the script be able to "re-run" and make necessary changes to the model?
Here is a very simple example.
The script runs and makes 2 circles 5 units apart on center. Let's say if the user were to then change the spacing between those circles to something like 10. I would then need for the script to make a new circle in the middle since the distance is now bigger than say 7 units.
In reality, those circles for us would be "assemblies" with a bunch of parts in them. And the 3rd newly generated circle would be some other "assembly" with a bunch of parts in them.
Is something like this possible at this time with the API?