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

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

    Parameters

    mat
    Material
    radius
    Length of the radius of the circular section
    innerRadius
    Length of the inner radius of the annular section
    See Also