Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / MaterialBeamT Class / MaterialBeamT Constructor / MaterialBeamT Constructor(String,Color,Double,Double,Double,Double,Double,Double,Double,Double,Double)
The material name.
Material diffuse intensity
Material Poisson's ratio
Material modulus of elasticity
Material yield strength
Material density
Material coefficient of thermal expansion
Width of the T section, along the global axis Z (local axis W)
Height of the T section, along the local axis V
Thickness of each flange of the T section.
Thickness of the web the T section.

In This Topic
    MaterialBeamT Constructor(String,Color,Double,Double,Double,Double,Double,Double,Double,Double,Double)
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal diffuse As Color, _
       ByVal young As Double, _
       ByVal poisson As Double, _
       ByVal yield As Double, _
       ByVal density As Double, _
       ByVal coeffOfThermExp As Double, _
       ByVal width As Double, _
       ByVal height As Double, _
       ByVal flange As Double, _
       ByVal web As Double _
    )
    public MaterialBeamT( 
       string name,
       Color diffuse,
       double young,
       double poisson,
       double yield,
       double density,
       double coeffOfThermExp,
       double width,
       double height,
       double flange,
       double web
    )

    Parameters

    name
    The material name.
    diffuse
    Material diffuse intensity
    young
    Material Poisson's ratio
    poisson
    Material modulus of elasticity
    yield
    Material yield strength
    density
    Material density
    coeffOfThermExp
    Material coefficient of thermal expansion
    width
    Width of the T section, along the global axis Z (local axis W)
    height
    Height of the T section, along the local axis V
    flange
    Thickness of each flange of the T section.
    web
    Thickness of the web the T section.
    See Also