Community
Fusion API and Scripts
Got a new add-in to share? Need something specialized to be scripted? Ask questions or share what you’ve discovered with the community.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Website button

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
brad.bylls
246 Views, 2 Replies

Website button

Is it possible to create a button in a menu that when clicked will take the user to a specified web address?

Brad Bylls
2 REPLIES 2
Message 2 of 3

Hi,

 

I believe you have two options:

 

1) Open browser, external to Fusion 360 with the following code:

 

import webbrowser

webbrowser.open('http://example.com')

 

 

2) Use a palette dialog window inside Fusion 360 which in turn loads your target URL.

Here you have a link to Palettes Object in Fusion's help guide:

https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-7E998C17-1AC8-47F4-B922-8F4481857FEA

 

 

Hope this could help.

 

Regards,

Jorge Jaramillo

 

Message 3 of 3

That worked. 

Thank you. 

Brad Bylls

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report