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]
Namespace:RoboDk.API.Model
Assembly: RoboDkApi.dll
Syntax
public enum InteractiveType
Fields
| Name | 描述 |
|---|---|
| MoveNone | Do not move any objects |
| MoveReferences | Set to move objects (same behavior as holding Alt) |
| MoveTools | 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 | Default 3D mouse behavior. Same as if we selected Escape and the user is ready to select his own choice. |
| Pan | Set Pan mode (3D view) |
| 矩形 | Select one or more items (3D view) |
| 旋转 | Set to rotate the view on click (3D view) |
| Zoom | 设置放大mode (3D view) |