Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / MaterialBeamI Class / MaterialBeamI Constructor / MaterialBeamI Constructor(Material,Double,Double,Double,Double)
Material
Width of the I section, along the local axis W
Height of the I section, along the local axis V
Thickness of each flange of the I section.
Thickness of the web of the I section.

In This Topic
    MaterialBeamI Constructor(Material,Double,Double,Double,Double)
    In This Topic
    Material and section dimensions constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal mat As Material, _
       ByVal width As Double, _
       ByVal height As Double, _
       ByVal flange As Double, _
       ByVal web As Double _
    )
    public MaterialBeamI( 
       Material mat,
       double width,
       double height,
       double flange,
       double web
    )

    Parameters

    mat
    Material
    width
    Width of the I section, along the local axis W
    height
    Height of the I section, along the local axis V
    flange
    Thickness of each flange of the I section.
    web
    Thickness of the web of the I section.
    See Also