Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Element Class / Principals Property

In This Topic
    Principals Property (Element)
    In This Topic
    Gets or sets element's principal stresses (defined as double [numberOfNodes, 3]).
    Syntax
    'Declaration
     
    Public Property Principals As Double(,)
    public double[,] Principals {get; set;}
    See Also