Hello. After I checked "lock horizon" in advanced settings, my view locked Y axis instead of Z axis. What interface or XML setting will affect this setting? Infomation May be needed: 3DxWare 10.7.4.3350 3DxWinCore 17.7.4.18504 GetCoordianteSystem & GetFrontView used default matrix Litt...
Thank you for your help! You're sure it was helpful? I may have misunderstood what you were asking for. [/quote] Sure. I wanted to make my app behave like AutoCAD which will trigger client command after pressing button with driver-default action, but you said that a client program cannot change the...
ngomes wrote: ↑Mon Aug 02, 2021 6:12 am
Have you exported the functions that you want to assigned to the view button? If so, users can assign one of these to the view button.
A client program cannot change the default driver assignments. The defaults are defined in the driver configuration.
Hi LittleXC, Not sure I follow. If you're using the latest SDK, the driver will take care of changing view for whatever button is pressed. This behaviour aims to be forward-compatible with future device types. What are you trying to achieve in your program? The AutoCAD example does not apply since ...
Hello! I have worked with the SDK for a while in order to support my little application. I just followed the quick guide to make the SpaceMouse Enterprise work. OK, it works. Commands and icon added, no problem in navigation, custom Key binding works, but I can't change the default View Command Set ...