Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / SetView Method / SetView(Quaternion,Point3D,Double,Double) Method
The new camera rotation
The new cameratarget
The new cameradistance
The new camera zoomFactor

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

    Parameters

    rotation
    The new camera rotation
    target
    The new cameratarget
    distance
    The new cameradistance
    zoomFactor
    The new camera zoomFactor
    See Also