Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / MaterialBeamSquare Class / MaterialBeamSquare Constructor / MaterialBeamSquare Constructor(Material,Double)
Material
Length of the side of the square section

In This Topic
    MaterialBeamSquare Constructor(Material,Double)
    In This Topic
    Material and section dimensions constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal mat As Material, _
       ByVal sideLen As Double _
    )
    public MaterialBeamSquare( 
       Material mat,
       double sideLen
    )

    Parameters

    mat
    Material
    sideLen
    Length of the side of the square section
    See Also