Message 1 of 3

Not applicable
07-25-2014
02:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to access the ViewCube trough the API. Through the CommandManager.Controldefinitions i'm able to execute the commands for ViewCube: Front/Right/Top using either AppFrontViewCmd/AppRightViewCmd/AppTopViewCmd
commandManager.ControlDefinitions["AppFrontViewCmd"].Execute();
The commands for rotating to Left/Bottom/Back is not present in the same way as the commands above - and it seems a bit strange that only 3 sides of the ViewCube is availabe. How can I fix this, so that i'm able to rotate to any side of the ViewCube?
Solved! Go to Solution.