CommandInput in an already existing cammmand

CommandInput in an already existing cammmand

p_krola
Enthusiast Enthusiast
418 Views
3 Replies
Message 1 of 4

CommandInput in an already existing cammmand

p_krola
Enthusiast
Enthusiast

I have two questions. I would like to define a CommandInput in an already existing cammmand. As it is defined in the CoroPlus Add-in.

icon.png

The second question is. I would like to add a help button to my add-in. When this button is pressed, a window containing the text pops up. This solution is similar in the previously mentioned Add-in CoroPlus

command.png

0 Likes
Accepted solutions (1)
419 Views
3 Replies
Replies (3)
Message 2 of 4

BrianEkins
Mentor
Mentor
Accepted solution

Fusion and the API do not support modifying an existing command, whether it's an internal command or created by an add-in. The creator of the command is the only one that can define the contents of the command. This makes sense because it's the owner of the command that is listening to and handling the command events. If there are inputs it doesn't know about, the handling of those events will likely fail.

---------------------------------------------------------------
Brian Ekins
Inventor and Fusion 360 API Expert
Website/Blog: https://EkinsSolutions.com
Message 3 of 4

p_krola
Enthusiast
Enthusiast
OK I understand. How can I solve the second problem?
0 Likes
Message 4 of 4

p_krola
Enthusiast
Enthusiast
I found a solution. I can get it back through 'palettes'
0 Likes