Eyeshot 10 WinForms API Reference
MaterialBeamI Constructor(Color,Double,Double,Double,Double,Double,Double,Double,Double,Double)

WinForms Assembly > devDept.Eyeshot.Fem Namespace > MaterialBeamI Class > MaterialBeamI Constructor : MaterialBeamI Constructor(Color,Double,Double,Double,Double,Double,Double,Double,Double,Double)
Material diffuse intensity
Material Poisson's ratio
Material modulus of elasticity
Material yield strength
Material density
Material coefficient of thermal expansion
Width of the I section, along the local axis W
Height of the I section, along the local axis V
Thickness of each flange of the I section.
Thickness of the web the I section.
Standard constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal diffuse As Color, _
   ByVal young As Double, _
   ByVal poisson As Double, _
   ByVal yield As Double, _
   ByVal density As Double, _
   ByVal coeffOfThermExp As Double, _
   ByVal width As Double, _
   ByVal height As Double, _
   ByVal flange As Double, _
   ByVal web As Double _
)
public MaterialBeamI( 
   Color diffuse,
   double young,
   double poisson,
   double yield,
   double density,
   double coeffOfThermExp,
   double width,
   double height,
   double flange,
   double web
)

Parameters

diffuse
Material diffuse intensity
young
Material Poisson's ratio
poisson
Material modulus of elasticity
yield
Material yield strength
density
Material density
coeffOfThermExp
Material coefficient of thermal expansion
width
Width of the I section, along the local axis W
height
Height of the I section, along the local axis V
flange
Thickness of each flange of the I section.
web
Thickness of the web the I section.
See Also

Reference

MaterialBeamI Class
MaterialBeamI Members
Overload List