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

In This Topic
    MaterialBeamC 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 MaterialBeamC( 
       Material mat,
       double width,
       double height,
       double flange,
       double web
    )

    Parameters

    mat
    Material
    width
    Width of the rectangle, along the local axis V
    height
    Height of the rectangle, the global axis Z (local axis W)
    flange
    Thickness of each flange of the C section
    web
    Thickness of the web of the C section
    See Also