Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Graphics Namespace / CameraBase Class / GetFrame Method
The camera origin
The camera X axis
The camera Y axis
The camera Z axis

In This Topic
    GetFrame Method
    In This Topic
    Returns the current camera frame.
    Syntax
    'Declaration
     
    Public Sub GetFrame( _
       ByRef origin As Point3D, _
       ByRef camX As Vector3D, _
       ByRef camY As Vector3D, _
       ByRef camZ As Vector3D _
    ) 
    public void GetFrame( 
       out Point3D origin,
       out Vector3D camX,
       out Vector3D camY,
       out Vector3D camZ
    )

    Parameters

    origin
    The camera origin
    camX
    The camera X axis
    camY
    The camera Y axis
    camZ
    The camera Z axis
    See Also