Interface with Fusion from outside the application

Interface with Fusion from outside the application

niklas_hinte
Explorer Explorer
1,056 Views
4 Replies
Message 1 of 5

Interface with Fusion from outside the application

niklas_hinte
Explorer
Explorer

Hey,

 

I'm new to Fusion and hope I post at the right place here. 🙂

 

I wonder if it is possible to interface with Fusion 360 from outside the application.

An example could be a console application that

  1. Attaches to or starts a Fusion 360 session

  2. Loads a part

  3. Reads the parameter tree

  4. Changes some user defined parameter

  5. Lets Fusion recalculate the part based on the changed parameters

 

Are there any APIs that would make this use-case possible? More classical CAD Applications expose these functionalities via COM usually.

 

Thanks for your help,

Niklas

0 Likes
Accepted solutions (1)
1,057 Views
4 Replies
Replies (4)
Message 2 of 5

felix85SA3
Participant
Participant
Message 3 of 5

niklas_hinte
Explorer
Explorer
Accepted solution

 I found another post here that describes the limitations quite well for anyone having the same issue:
: https://forums.autodesk.com/t5/fusion-360-api-and-scripts/using-fusion-api-from-outside-fusion/m-p/1...

0 Likes
Message 4 of 5

Jorge_Jaramillo
Collaborator
Collaborator

Hi,

 

Maybe this link  could help you some how.

 

I had succeed sending some instructions with an interprocess communication library, but it is something tricky, due to the fact that Fusion's API calls can only be calling inside the main thread, and a synchronization is needed to avoid it to crash.

 

Regards,

Jorge Jaramillo

 

Message 5 of 5

Jorge_Jaramillo
Collaborator
Collaborator

Hi,

 

Maybe this page could help you some how.

 

I had succeed sending some instructions with an interprocess communication library, but it is something tricky, due to the fact that Fusion's API calls can only be calling inside the main thread, and a synchronization is needed to avoid it to crash.

 

Regards,

Jorge Jaramillo