Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / OrientCamera Method
The camera location
The new camera target

In This Topic
    OrientCamera Method (ViewportLayout)
    In This Topic
    Orients the Camera between the two specified points.
    Syntax
    'Declaration
     
    Public Overridable Sub OrientCamera( _
       ByVal location As Point3D, _
       ByVal target As Point3D _
    ) 
    public virtual void OrientCamera( 
       Point3D location,
       Point3D target
    )

    Parameters

    location
    The camera location
    target
    The new camera target
    Remarks
    The parameter is used just ot determine the direction. The final Location depends on the target and the Camera.Distance
    See Also