Enum InteractiveType
Modes to use with SetInteractiveMode to change the behavior of the 3D navigation or screen selection. The following groups of flags can be managed independently: 3D View: [None, Rectangle, Rotate, Zoom, Pan]. Move References: [MoveNone, MoveReferences, MoveTools]
public enum InteractiveType
Fields
MoveNone = 7
Do not move any objects
MoveReferences = 5
Set to move objects (same behavior as holding Alt)
MoveTools = 6
Set to move objects or tools changing the TCP definition or withoug changing the absolute position of nested references (same behavior as holding Alt+Shift)
None = 0
Default 3D mouse behavior. Same as if we selected Escape and the user is ready to select his own choice.
Pan = 4
Set Pan mode (3D view)
Rectangle = 1
Select one or more items (3D view)
Rotate = 2
Set to rotate the view on click (3D view)
Zoom = 3
Set Zoom mode (3D view)