Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / ZBuffer Class / ChangedView Method
The current modelview projection matrix
If true, the selection is done on the leaves of the entities tree

In This Topic
    ChangedView Method
    In This Topic
    Tells if the view has changed since the last z-buffer capture.
    Syntax
    'Declaration
     
    Public Function ChangedView( _
       ByVal modelViewProjectionMatrix() As Double, _
       ByVal leafSelection As Boolean _
    ) As Boolean
    public bool ChangedView( 
       double[] modelViewProjectionMatrix,
       bool leafSelection
    )

    Parameters

    modelViewProjectionMatrix
    The current modelview projection matrix
    leafSelection
    If true, the selection is done on the leaves of the entities tree

    Return Value

    True if the view has changed.
    Remarks
    This is used to optimize multiple calls to the GetEntityUnderMousecursor methods.
    See Also