Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / SetView Method / SetView(Quaternion,Point3D,Double,Double,Boolean) Method
The new camera rotation
The new cameratarget
The new cameradistance
The new camera zoomFactor
If true performs an animation when changing the view

In This Topic
    SetView(Quaternion,Point3D,Double,Double,Boolean) Method
    In This Topic
    Sets the specified view in the active viewport.
    Syntax
    'Declaration
     
    Public Overloads Sub SetView( _
       ByVal rotation As Quaternion, _
       ByVal target As Point3D, _
       ByVal distance As Double, _
       ByVal zoomFactor As Double, _
       ByVal animate As Boolean _
    ) 
    public void SetView( 
       Quaternion rotation,
       Point3D target,
       double distance,
       double zoomFactor,
       bool animate
    )

    Parameters

    rotation
    The new camera rotation
    target
    The new cameratarget
    distance
    The new cameradistance
    zoomFactor
    The new camera zoomFactor
    animate
    If true performs an animation when changing the view
    See Also