MaterialBeam(Material, Double, Double) Constructor

FEM constructor for 2D beams.
Public Sub New( _ 
ByVal material As Material, _ 
ByVal beamSectionArea As Double, _ 
ByVal beamIw As Double
)
This language is not supported or no code example is available.
public MaterialBeam( 
Material material
double beamSectionArea
double beamIw 
)
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

beamIw
double

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

.NET Framework

Supported in: 4.8

In this article

Definition