Trigger API from outside

Trigger API from outside

Anonymous
Not applicable
1,193 Views
2 Replies
Message 1 of 3

Trigger API from outside

Anonymous
Not applicable

Hi,

 

is it possible to address the API from outside Fusion 360, like via the command line or an external python script?

 

Sorry for the newbie question!

 

D

1,194 Views
2 Replies
Replies (2)
Message 2 of 3

marshaltu
Autodesk
Autodesk

Hello,

 

Unfortunately out-of-process API is supported yet. It means you cannot call the API directly outside Fusion 360 process.

 

Instead you can probably add an addin to Fusion 360 and let it talk to your app to receive/send data and then call into API by the addin. An example is like as below:

 

http://adndevblog.typepad.com/cloud_and_mobile/2016/03/practise-with-fusion-360-and-socketio-javascr...

 

Thanks,

Marshal



Marshal Tu
Fusion Developer
>
0 Likes
Message 3 of 3

Anonymous
Not applicable

Probably a litte late for you, but to all future readers: This might be of help. http://help.autodesk.com/view/fusion360/ENU/?guid=GUID-8A2C4ECD-7D82-4E56-AFE8-4FA72464AE66

You can open (or insert) a file via an url, and write a script that triggers when files are opent via an URL. Read the paragraph "Private info" for further details. It made me achieve this goal.

0 Likes