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: 2024.1.1.0.Release.cb64a23ffb514e400c7a72e2158dfc53ef4ceb26
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