Click or drag to resize
SoWinExaminerViewerViewingModes Enumeration

Viewing mode.

Namespace: OIV.Inventor.Win.Viewers
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum ViewingModes
Members
  Member nameValueDescription
VIEWING_MODE_SPIN0

Rotate the camera around the point of interest.

VIEWING_MODE_SPIN_CONSTRAINED1

Same as VIEWING_MODE_SPIN but add also constrained camera rotation.

It modifies the viewer usage described previously as follow:

  • Ctrl + Left Mouse : Rotation around the Z axis

  • Shift + Left Mouse or : Rotation around the X or the Y axis.

    If the mouse movement is globally from the left to the right (resp. from up to down) the Y axis (resp. X axis) is chosen.

VIEWING_MODE_PAN2

Translate the camera in the viewer plane.

VIEWING_MODE_ZOOM3

Dolly/Zoom (move forward and backward) to get closer to or further away from the point of interest.

Remarks