Hi,
I am busy creating my first C++ addin for Fusion 360. It's working quite well, but I am struggling with the PreviewCommandHandler. I am showing a couple of user parameters in an input form. I would like to see an immediately update of the model when I change an inputs in the form. On this moment I can only see the changes after pressing the ok button. Is this possible? Is there any sample available in C++ which I can learn from?
Many thanks in advance for your help!
There is adsk.core.InputChangeEventHandler which probably you can registered to know when an input is changed in Fusion dialog. Please take a look at this sample http://help.autodesk.com/view/fusion360/ENU/?guid=GUID-e5c4dbe8-ee48-11e4-9823-f8b156d7cd97. Thanks.
Can't find what you're looking for? Ask the community or share your knowledge.