Message 1 of 4

Not applicable
04-04-2021
11:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi F360 users,
I am new to fusion 360 and learning the fusion 360 API. The sample code for Add-In provided in the documentation here accesses the ADD-IN panel in the workspace by using,
addInsPanel = ui.allToolbarPanels.itemById('SolidScriptsAddinsPanel')
Now I want to know where to find the Ids of different panels in the fusion 360 user interface? As I did not find the reference of 'SolidScriptsAddinsPanel' id anywhere else.
Solved! Go to Solution.