Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Graphics Namespace / CameraBase Class / GetModelViewProjectionMatrix Method
If true, returns the matrix multiplied by the current BlockReference accumulated transformation/

In This Topic
    GetModelViewProjectionMatrix Method
    In This Topic
    Gets the current modelview projection matrix.
    Syntax
    'Declaration
     
    Public Function GetModelViewProjectionMatrix( _
       Optional ByVal withCurrentBlockReferenceTransformation As Boolean _
    ) As Double()
    public double[] GetModelViewProjectionMatrix( 
       bool withCurrentBlockReferenceTransformation
    )

    Parameters

    withCurrentBlockReferenceTransformation
    If true, returns the matrix multiplied by the current BlockReference accumulated transformation/

    Return Value

    See Also