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

WinForms Assembly > devDept.Eyeshot.Fem Namespace > MaterialBeam Class > MaterialBeam Constructor : MaterialBeam Constructor(Color,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
Area of the beam section
Second moment of area with respect to axis W of the beam (global axis Z)
FEM constructor for 2D beams.
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 beamSectionArea As Double, _
   ByVal beamIw As Double _
)
public MaterialBeam( 
   Color diffuse,
   double young,
   double poisson,
   double yield,
   double density,
   double coeffOfThermExp,
   double beamSectionArea,
   double beamIw
)

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
beamSectionArea
Area of the beam section
beamIw
Second moment of area with respect to axis W of the beam (global axis Z)
See Also

Reference

MaterialBeam Class
MaterialBeam Members
Overload List