it is possible to customize the triad commands name displayed in the dialog?

marco.presi
Participant Participant
369 Views
2 Replies
Message 1 of 3

it is possible to customize the triad commands name displayed in the dialog?

marco.presi
Participant
Participant

Hi!

 

I managed to get the TriadCommandInput working to modify a geometry. In the command dialog however, the parameters display only show "X distance", "Y distance" and so forth. 

 

I would like to know if it is possible to change this names by using the API, or if it is possible to hide them (yet leaving the corresponding element in the triad visible).

 

triad.PNG

 

Thank you very much,

 

Ciao,

 

marco

 

 

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

BrianEkins
Mentor
Mentor
Accepted solution

That's not currently possible. If you have something enabled, it will appear in the triad and as a field in the dialog.

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

marco.presi
Participant
Participant

Hi @BrianEkins,

 

thanks a lot for clarifying it. As non-optimal solution, I was thinking to add the TriadCommandInput as children of an hidden "GroupCommandInput". Apparently it works,

 

However by doing this, if I act on the triad graphical manipulator, the command_change_event does not receive as argument all the inputs defined within the dialog, but only those owning to the TriadCommandInput, which complicates a little bit the events management.

 

0 Likes