Click or drag to resize
SceneOrbiterRotationMethods Enumeration
Defines how the mouse events or touch events control the rotations of the scene.

Namespace: OIV.Inventor.ViewerComponents.Nodes
Assembly: OIV.Inventor.ViewerComponents (in OIV.Inventor.ViewerComponents.dll) Version: 2023.1.3.0.Release.5fd1c1ad27c99c06f73891d4218ee7122fbde35a
Syntax
public enum RotationMethods
Members
  Member nameValueDescription
TURNTABLE0 Constrained mode which forces the camera to follow meridians and parallel circles related to the up-axis. This mode is very useful to help the user to see the up-axis of the scene vertical, i.e. parallel to the left/right borders of the screen.
TRACKBALL1 Unconstrained mode which lets the camera to follow any circular orbit. Thus, this mode allows to render the scene with any orientation.
See Also