Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / Material Class / GetPoissonFromShearModulus Method

In This Topic
    GetPoissonFromShearModulus Method
    In This Topic
    Computes the Poisson ratio that needs to be set to have the desired shear modulus.
    Syntax
    'Declaration
     
    Public Shared Function GetPoissonFromShearModulus( _
       ByVal young As Double, _
       ByVal shearModulus As Double _
    ) As Double
    public static double GetPoissonFromShearModulus( 
       double young,
       double shearModulus
    )

    Parameters

    young
    shearModulus
    See Also