Community
Fusion API and Scripts
Got a new add-in to share? Need something specialized to be scripted? Ask questions or share what you’ve discovered with the community.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Interface with Fusion from outside the application

4 REPLIES 4
SOLVED
Reply
Message 1 of 5
niklas_hinte
256 Views, 4 Replies

Interface with Fusion from outside the application

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

4 REPLIES 4
Message 2 of 5
felix85SA3
in reply to: niklas_hinte

Message 3 of 5
niklas_hinte
in reply to: niklas_hinte

 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...

Message 4 of 5

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

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

 

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Technology Administrators


Autodesk Design & Make Report