Learning sources...?

Learning sources...?

Anonymous
Not applicable
577 Views
4 Replies
Message 1 of 5

Learning sources...?

Anonymous
Not applicable

Good evening. 

 

I was curious as to where I can learn to code on the Fusion API in order to make 3D thread standards that are not existent on the Fusion App Store or on the Fusion interface. This will be used to make a 3d modeled part.

 

Thank you!

 

Nick Dubravec

CAD 247

https://cad247.net

0 Likes
Accepted solutions (2)
578 Views
4 Replies
Replies (4)
Message 2 of 5

marshaltu
Autodesk
Autodesk
Accepted solution

Hello,

 

You can probably find some sample codes from the following link:

 

http://help.autodesk.com/view/fusion360/ENU/?guid=GUID-796D74F1-8DE9-43D9-84A5-6491A03D4574

 

Thanks,

Marshal



Marshal Tu
Fusion Developer
>
0 Likes
Message 3 of 5

Anonymous
Not applicable

Where do I find the information to put in the Get the Design? Is it the name of the file? 

 

Also, the things with the "#" symbols to the left of them; are those instructions meant to be there (i.e., words meant to be in place of commands), or are they meant to be deleted?

 

Sorry if I ask too many questions, I don't have any programming experience.

 

Thank you in advance for your patience!

 

Nick Dubravec

CAD 247

cad247.net

 

0 Likes
Message 4 of 5

Anonymous
Not applicable

Also, if there are meant to be commands in place of those words with the "#" symbol to the left of them, is there a specific standard as to how they should be written?

 

Thanks again,

 

Nick Dubravec

CAD 247

cad247.net

0 Likes
Message 5 of 5

BrianEkins
Mentor
Mentor
Accepted solution

The "#" symbol is used in Python to designate a comment.  So, whatever is after the "#" is basically a note for the programmer and ignored in the program.

 

I would recommend starting with an introduction to Python and then digging into the Fusion 360 API.  Python is a very popular language and there are is a lot of training material available.  One good resource is at the source; python.org.  Here's a link to their "Beginners Guide".  https://wiki.python.org/moin/BeginnersGuide

 

 

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