Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / MaterialBeamRect Class / MaterialBeamRect Constructor / MaterialBeamRect Constructor(Material,Double,Double)
Material
Width of the rectangle, along the local axis W
Height of the rectangle, along the local axis V

In This Topic
    MaterialBeamRect Constructor(Material,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 _
    )
    public MaterialBeamRect( 
       Material mat,
       double width,
       double height
    )

    Parameters

    mat
    Material
    width
    Width of the rectangle, along the local axis W
    height
    Height of the rectangle, along the local axis V
    See Also