Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / MaterialBeamCircle Class / MaterialBeamCircle Constructor / MaterialBeamCircle Constructor(Material,Double)
Material
Length of the radius of the circular section

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

    Parameters

    mat
    Material
    radius
    Length of the radius of the circular section
    See Also