Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / DrawSilhouettesParams Class / ModelViewProj Property

In This Topic
    ModelViewProj Property (DrawSilhouettesParams)
    In This Topic
    Gets or sets the modelViewProjection matrix.
    Syntax
    'Declaration
     
    Public Property ModelViewProj As Double()
    public double[] ModelViewProj {get; set;}
    See Also