View Navigation and Keystrokes

Gestures

Mouse Drag Gestures

  • Height Only : Dragging moves the view position along the Z axis.
  • Pan & Height :
    • Dragging in the lower 2/3 of the view moves the view position in the XY plane.
    • Dragging in the lower 1/3 of the view moves the view position along the Z axis.
  • Pan Only : Dragging moves the view in the XY plane.
  • Rotate (Cursors Position) : Dragging rotates the view around a position determined by intersecting the cursor position with the visible data.
  • Rotate (View Center) : Dragging rotates around a position determined by intersecting the centre of the view with the visible data.
  • Rotate (View Position) : Dragging rotates around the position of the view itself (view position stays fixed).
  • Zoom : Dragging moves the view position along the axis determined by the view position and the cursor position with the visible data. The distance to the data determines the zoom speed.
  • Zoom (Continuous) : Behaves just like the zoom gesture, but zooming is continuous. Dragging increases or decreases the zoom speed.

Wheel Gestures

  • Zoom XYZ : One wheel tick moves the view position along the axis determined by the view position and the intersection of the cursor position with the visible data. The distance to the data determines the distance travelled.
  • Zoom XY : Similar to Zoom XYZ, but only moves in the horizontal plane, going through the view position.

Tilt gestures behaves in a “natural” way by default. This means that dragging down will “pull” the world down instead of rotating down. The “Inverse Tilt” setting can be used to invert this behaviour.

Zoom gestures behave in a “natural” way by default. This means that pushing away the mouse wheel will “push” away the world, instead of zooming in. The “Inverse Zoom” setting can be used to invert this behaviour.

Keystrokes

All available keystrokes are only available when a view is focused (you are intersecting with it).

All shortcuts are only executed when enabled (see Viewer and View Settings) and available.

View Keystrokes

Play Function :

  • Spacebar : Play/pause navigation
  • Left or Right
    • 3D: Rotate 90 degrees left/right
    • Oblique: Rotate camera left/right
  • Up or Down
    • 3D: Move 1m foreward/backward
    • Photo: Open next/previous photo in photo sequence
  • A :
    • Photo: Move to the next alternative image
  • Shift+A :
    • Photo: Move to the previous alternative image

Measurement Keystrokes

  • F : Copy To Feature
  • X : Stop
  • C : Clear
  • S : Save
  • D : Delete
 
Last modified:: 2024/02/07 16:28