
Not applicable
02-12-2019
02:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to make an application via Fusion 360 API scripting wherein a continuously running app would get POST requests from clients and by parsing parameters from that POST request, the app will, lets say, change the dimension of a model in the current document. My question is:
Is this possible?
I was wondering of, lets say, starting a Flask server from within the Fusion 360 script, spawned from a separate thread and that Flask server would handle the POST request. Any parameters sent via the request would then be transferred to the main thread controlling the UI by firing custom events.
Are there any better ways of doing this (if at all possible)?
Solved! Go to Solution.