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

WinForms Assembly > devDept.Eyeshot.Fem Namespace > MaterialBeam Class > MaterialBeam Constructor : MaterialBeam Constructor(Material,Double,Double,Double,Double)
Material: only the color, Young, Poisson, YieldStrength, Density and CoeffOfThermalExp will be used
Area of the beam section
Second moment of area with respect to axis V of the beam
Second moment of area with respect to axis W of the beam
Torsional modulus of a beam
FEM constructor for 3D beams.
Syntax
'Declaration
 
Public Function New( _
   ByVal material As Material, _
   ByVal beamSectionArea As Double, _
   ByVal beamIv As Double, _
   ByVal beamIw As Double, _
   ByVal beamTorsionK As Double _
)
public MaterialBeam( 
   Material material,
   double beamSectionArea,
   double beamIv,
   double beamIw,
   double beamTorsionK
)

Parameters

material
Material: only the color, Young, Poisson, YieldStrength, Density and CoeffOfThermalExp will be used
beamSectionArea
Area of the beam section
beamIv
Second moment of area with respect to axis V of the beam
beamIw
Second moment of area with respect to axis W of the beam
beamTorsionK
Torsional modulus of a beam
See Also

Reference

MaterialBeam Class
MaterialBeam Members
Overload List