Python scripting in Fusion 360 ECAD

Python scripting in Fusion 360 ECAD

dan.hanes
Explorer Explorer
1,070 Views
6 Replies
Message 1 of 7

Python scripting in Fusion 360 ECAD

dan.hanes
Explorer
Explorer

Hello, I realize that F360 ECAD has the ULP scripting capability inherited from Eagle, but it would be far easier to use and more powerful if the API was transitioned to Python and incorporated into the F360 object model.  I know it takes time to do amazing things, but is this capability in the works?  If so, is there a timeline?  Thanks,

0 Likes
Accepted solutions (1)
1,071 Views
6 Replies
Replies (6)
Message 2 of 7

jorge_garcia
Autodesk
Autodesk
Accepted solution

Hi @dan.hanes ,

 

It is being worked on, however I don't have a timeline for when it will be available. This is something I personally look forward to.

 

Best Regards,



Jorge Garcia
​Product Support Specialist for Fusion 360 and EAGLE

Kudos are much appreciated if the information I have shared is helpful to you and/or others.

Did this resolve your issue? Please accept it "As a Solution" so others may benefit from it.
0 Likes
Message 3 of 7

engineeringNCMXB
Collaborator
Collaborator

@jorge_garciaWith that in mind.....is the file outputs for existing ULP's able to output to my local machine?

I have a few custom ULP's that I rely on to tie Eagle to my operations and manufacturing systems - are these going to work in Fusion360 with minimal changes?

Carlos Acosta
Factory400 - YouTube|Instagram
0 Likes
Message 4 of 7

jorge_garcia
Autodesk
Autodesk

Hi @engineeringNCMXB ,

 

I hope you're doing well. They should work without much modification. If you look in the Documents Folder on your machine you'll find a Fusion 360 folder where you could have files sent to. Another option is to display any scripts before running them like we do with the import-dxf.ulp .

 

Let me know if there's anything else I can do for you.

 

Best Regards,



Jorge Garcia
​Product Support Specialist for Fusion 360 and EAGLE

Kudos are much appreciated if the information I have shared is helpful to you and/or others.

Did this resolve your issue? Please accept it "As a Solution" so others may benefit from it.
0 Likes
Message 5 of 7

engineeringNCMXB
Collaborator
Collaborator

The ULP works but goes to this folder buried deep in the bowels of my system.....I don't see anything in the Documents folder.

engineeringNCMXB_0-1611697815435.png

 

Carlos Acosta
Factory400 - YouTube|Instagram
0 Likes
Message 6 of 7

jorge_garcia
Autodesk
Autodesk

Hi @engineeringNCMXB ,

 

That's because the ULP assumes the files should be created in the same directory where the project is, so it creates it where the local project is cached. You could modify the ULP to ask you where to send the file, that would be the only modification to make. That way it doesn't default to this deep directory. ULPs can implement file open dialogs to get path information.

 

That's what you would have to do.

 

Best Regards,



Jorge Garcia
​Product Support Specialist for Fusion 360 and EAGLE

Kudos are much appreciated if the information I have shared is helpful to you and/or others.

Did this resolve your issue? Please accept it "As a Solution" so others may benefit from it.
0 Likes
Message 7 of 7

engineeringNCMXB
Collaborator
Collaborator

Excellent, sorted that one out. Thanks @jorge_garcia 

 

 

Carlos Acosta
Factory400 - YouTube|Instagram
0 Likes