MaterialBeam(Color, Double, Double, Double, Double, Double, Double, Double, Double, Double) Constructor

NOTE: This member is now obsolete. Use the constructor that accepts the name as first parameter instead.

Deprecated constructor.
Public Sub 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 beamIv As Double, _ 
ByVal beamIw As Double, _ 
ByVal beamTorsionK As Double
)
This language is not supported or no code example is available.
public MaterialBeam( 
Color diffuse
double young
double poisson
double yield
double density
double coeffOfThermExp
double beamSectionArea
double beamIv
double beamIw
double beamTorsionK 
)
This language is not supported or no code example is available.

Parameters

diffuse
Color

Material diffuse intensity

young
double

Material Poisson's ratio

poisson
double

Material modulus of elasticity

yield
double

Material yield strength

density
double

Material density

coeffOfThermExp
double

Material coefficient of thermal expansion

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