Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / NavigationSettings Class / NavigationSettings Constructor / NavigationSettings Constructor(navigationType,MouseButton,Point3D,Point3D,Double,Double,Double)
The mouse button used for the navigation
The minimum limit of the navigation volume
The maximum limit of the navigation volume
The acceleration of the camera movement
THe maximum velocity of the camera movement

In This Topic
    NavigationSettings Constructor(navigationType,MouseButton,Point3D,Point3D,Double,Double,Double)
    In This Topic
    Standard cosntructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal mode As Camera.navigationType, _
       ByVal mouseButton As MouseButton, _
       ByVal min As Point3D, _
       ByVal max As Point3D, _
       ByVal acceleration As Double, _
       ByVal speed As Double, _
       ByVal rotationSpeed As Double _
    )
    public NavigationSettings( 
       Camera.navigationType mode,
       MouseButton mouseButton,
       Point3D min,
       Point3D max,
       double acceleration,
       double speed,
       double rotationSpeed
    )

    Parameters

    mode
    mouseButton
    The mouse button used for the navigation
    min
    The minimum limit of the navigation volume
    max
    The maximum limit of the navigation volume
    acceleration
    The acceleration of the camera movement
    speed
    THe maximum velocity of the camera movement
    rotationSpeed
    See Also