Message 1 of 1
Disable Editing while keeping 3D-View active?

Not applicable
02-28-2011
11:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there,
my addin performs a calculation that takes some time and moves objects around. The user should not be allowed to change the scene, but having a responsive view/camera would be great. How can I prevent a user from editing / modifying (closing, etc.) the current assembly without disabling the view controls?
Until now, i have used the "UserInterActionDisabled" property of the UserInterfaceManager, but this also disables the 3D-View/camera controls (+viewcube etc).