SceneOrbiterRotationMethods Enumeration |
Defines how the mouse events or touch events control the rotations of the scene.
Namespace: OIV.Inventor.ViewerComponents.NodesAssembly: OIV.Inventor.ViewerComponents (in OIV.Inventor.ViewerComponents.dll) Version: 10.12.3.0.Release.03fa3fc14f5d05a3007fab6bc6264244021464bb
Syntax public enum RotationMethods
Public Enumeration RotationMethods
public enum class RotationMethods
Members
| Member name | Value | Description |
---|
| TURNTABLE | 0 |
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.
|
| TRACKBALL | 1 |
Unconstrained mode which lets the camera to follow any circular orbit.
Thus, this mode allows to render the scene with any orientation.
|
See Also