Eyeshot 10 WinForms API Reference
SetView(Quaternion,Point3D,Double,Double) Method

WinForms Assembly > devDept.Eyeshot Namespace > Viewport Class > SetView Method : SetView(Quaternion,Point3D,Double,Double) Method
The new camera rotation
The new cameratarget
The new cameradistance
The new camera zoomFactor
Sets the specified view 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

Reference

Viewport Class
Viewport Members
Overload List