Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / Material Class / Matrix Property

In This Topic
    Matrix Property (Material)
    In This Topic
    Gets or sets the material Matrix (FEM).
    Syntax
    'Declaration
     
    Public ReadOnly Property Matrix As Double(,)
    public double[,] Matrix {get;}
    See Also