MaterialBeam(Material, Double, Double, Double, Double) Constructor

FEM constructor for 3D beams.
Public Sub New( _ 
ByVal material As Material, _ 
ByVal beamSectionArea As Double, _ 
ByVal beamIv As Double, _ 
ByVal beamIw As Double, _ 
ByVal beamTorsionK As Double
)
This language is not supported or no code example is available.
public MaterialBeam( 
Material material
double beamSectionArea
double beamIv
double beamIw
double beamTorsionK 
)
This language is not supported or no code example is available.

Parameters

material
Material

Material: only the color, Young, Poisson, YieldStrength, Density and CoeffOfThermalExp will be used

beamSectionArea
double

Area of the beam section

beamIv
double

Second moment of area with respect to axis V of the beam

beamIw
double

Second moment of area with respect to axis W of the beam

beamTorsionK
double

Torsional modulus of a beam

.NET Framework

Supported in: 4.8

In this article

Definition