Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Element Class / ComputeCartesianStressAtSamplingPoint Method

In This Topic
    ComputeCartesianStressAtSamplingPoint Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Function ComputeCartesianStressAtSamplingPoint( _
       ByVal kgasp As Integer, _
       ByVal nodes() As Point3D _
    ) As Double()
    protected double[] ComputeCartesianStressAtSamplingPoint( 
       int kgasp,
       Point3D[] nodes
    )

    Parameters

    kgasp
    nodes
    See Also