Fusion 360 and API for website

Fusion 360 and API for website

bartosz_tajak
Observer Observer
494 Views
3 Replies
Message 1 of 4

Fusion 360 and API for website

bartosz_tajak
Observer
Observer

Recently, I started creating my website, which is needed for my first business. I am using Python and Flask to develop it. The website requires a module that allows users to select a product from a list and then adjust 5-10 parameters according to their needs. After that, the "Product view" refreshes, and a 3D model becomes available for download. My question is: does Fusion 360 have a cloud API to generate models via API and send back the model file (.step)?

below are a few pictures from the IGUS website where users can do that

 

0 Likes
495 Views
3 Replies
Replies (3)
Message 2 of 4

BrianEkins
Mentor
Mentor

It's not currently possible, but I've been told that at Autodesk University last year they did announce work that's going on to support this. I'm guessing it will be similar to what's currently available for Inventor using the Design Automation API.

 

---------------------------------------------------------------
Brian Ekins
Inventor and Fusion 360 API Expert
Website/Blog: https://EkinsSolutions.com
0 Likes
Message 3 of 4

daywind158
Community Visitor
Community Visitor

you can use differet patterns to follow on.You can acess the website using these programs and these will definitely helpful.

0 Likes
Message 4 of 4

daniel.bartlettAXQLT
Autodesk
Autodesk

Hi,

Autodesk has just released the open beta for Design Automation for Fusion, and it sounds exactly like what you're asking for. It allows you to run scripts for Fusion on the cloud, making it really easy to automate design and manufacturing processes. It uses a TypeScript version of the same Fusion desktop API that you’re familiar with.

For more information, here is the link to the blog post that announced the release: https://aps.autodesk.com/blog/design-automation-fusion-open-beta

And here is a link to the Design Automation API page: https://aps.autodesk.com/developer/overview/design-automation-api  

I’m part of the team developing Design Automation for Fusion, so if you’re interested in learning more, feel free to reach out.

0 Likes