Eyeshot 10 WinForms API Reference
MaterialBeamHollowRect Constructor(Material,Double,Double,Double)

WinForms Assembly > devDept.Eyeshot.Fem Namespace > MaterialBeamHollowRect Class > MaterialBeamHollowRect Constructor : MaterialBeamHollowRect Constructor(Material,Double,Double,Double)
Material
Width of the external rectangle, along the local axis W
Height of the external rectangle, along the local axis V
Thickness of the hollow rectangular section.
Material and section dimensions constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal mat As Material, _
   ByVal width As Double, _
   ByVal height As Double, _
   ByVal thickness As Double _
)
public MaterialBeamHollowRect( 
   Material mat,
   double width,
   double height,
   double thickness
)

Parameters

mat
Material
width
Width of the external rectangle, along the local axis W
height
Height of the external rectangle, along the local axis V
thickness
Thickness of the hollow rectangular section.
See Also

Reference

MaterialBeamHollowRect Class
MaterialBeamHollowRect Members
Overload List