Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / UserInterfaceSymbolBase Class / GetModelViewMatrix Method
The camera of the viewport
The desired distance of the camera from the target

In This Topic
    GetModelViewMatrix Method (UserInterfaceSymbolBase)
    In This Topic
    Gets the modelview matrix to draw the user interface symbol.
    Syntax
    'Declaration
     
    Protected Overridable Function GetModelViewMatrix( _
       ByVal camera As Camera, _
       ByVal dist As Double _
    ) As Double()
    protected virtual double[] GetModelViewMatrix( 
       Camera camera,
       double dist
    )

    Parameters

    camera
    The camera of the viewport
    dist
    The desired distance of the camera from the target

    Return Value

    See Also