UI with graphical gizmo

UI with graphical gizmo

nnikbin
Collaborator Collaborator
263 Views
2 Replies
Message 1 of 3

UI with graphical gizmo

nnikbin
Collaborator
Collaborator

Fusion 360 API has DistanceValueCommandInput and AngleValueCommandInput which in addition to displaying a value input on the command dialog, they display an arrow in the graphics window that the user can drag to set the value. Does the Inventor API support a similar functionality? I am looking for something like Distance input field in Inventor Chamfer command.

 

I know that there is 3D move and rotate tool with Triad Events but it is not suitable for the case I have.

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

Michael.Navara
Advisor
Advisor
Accepted solution

In Inventor API is nothing similar to  this inputs. You need to implement your own with TriadEvents tools or you can use some ClientGraphics API. But I don't have any experience with this

Message 3 of 3

nnikbin
Collaborator
Collaborator

Thank you @Michael.Navara for your reply and for your suggestions.

0 Likes