Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Node Class / Stress Property

In This Topic
    Stress Property (Node)
    In This Topic
    Gets or sets node's stress, defined as double[]{Sx, Sy, Sz, Txy, Tyz, Txz}.
    Syntax
    'Declaration
     
    Public Property Stress As Double()
    public double[] Stress {get; set;}
    See Also