Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / rotationCenterType Enumeration

In This Topic
    rotationCenterType Enumeration
    In This Topic
    Rotation center type.
    Syntax
    'Declaration
     
    Public Enum rotationCenterType 
       Inherits System.Enum
    public enum rotationCenterType : System.Enum 
    Members
    MemberDescription
    CursorLocation Current mouse cursor location. If the model is all inside the camera frustum, it rotates around its bounding box center. Else it rotates around the point under the mouse. If under the mouse there is no depth, the rotation happens around the viewport center at a mean depth of the current visible scene.
    PointRotates around the RotateSettings.Center.
    ViewportCenter Viewport center. If the model is all inside the camera frustum, it rotates around its bounding box center. Else it rotates around the viewport center at a mean depth of the current visible scene.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Eyeshot.rotationCenterType

    See Also