Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / Material Class / Material Constructor / Material Constructor(String,Color,Double,Double,Double,Double,Double,elementType,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
2D FEM element type
2D FEM element thickness

In This Topic
    Material Constructor(String,Color,Double,Double,Double,Double,Double,elementType,Double)
    In This Topic
    2D FEM 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 elType As elementType, _
       ByVal elThickness As Double _
    )
    public Material( 
       string name,
       Color diffuse,
       double young,
       double poisson,
       double yield,
       double density,
       double coeffOfThermExp,
       elementType elType,
       double elThickness
    )

    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
    elType
    2D FEM element type
    elThickness
    2D FEM element thickness
    See Also