How to program fusion 360?

How to program fusion 360?

Anonymous
Not applicable
1,145 Views
5 Replies
Message 1 of 6

How to program fusion 360?

Anonymous
Not applicable

Hi,

Can someone tell me how to program fusion 360. Maybe using visual studio.

Thanks,

0 Likes
Accepted solutions (1)
1,146 Views
5 Replies
Replies (5)
Message 2 of 6

TrippyLighting
Consultant
Consultant

Fusion has an API that allow you to program in Python and other well known languages.

if that's not what you mean, please provide more details.


EESignature

0 Likes
Message 3 of 6

Anonymous
Not applicable
Thanks, c#?
Could you please post link.
Thanks
0 Likes
Message 4 of 6

etfrench
Mentor
Mentor

Here would be a good place to start.

ETFrench

EESignature

0 Likes
Message 5 of 6

HughesTooling
Consultant
Consultant

Did you try looking in the Help

 

Mark

Mark Hughes
Owner, Hughes Tooling
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


0 Likes
Message 6 of 6

ScottWertel
Contributor
Contributor
Accepted solution

I use Visual Studio, with the Python connector.

 

1) You still need to install Python.

2) If you didn't install the connector when you installed Visual Studio, you will have to go back and update your Visual Studio installation to include the Python Tools for Visual Studio.

Or, you can look into this Github option.

0 Likes