Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Rotation Class / Matrix Property

In This Topic
    Matrix Property (Rotation)
    In This Topic
    Gets or sets the 3x3 matrix.
    Syntax
    'Declaration
     
    Public Property Matrix As Double(,)
    public double[,] Matrix {get; set;}
    See Also