MaterialBeamC(String, Color, Double, Double, Double, Double, Double, Double, Double, Double, Double) Constructor

Standard constructor.
Public Sub New( _ 
ByVal name As String, _ 
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 width As Double, _ 
ByVal height As Double, _ 
ByVal flange As Double, _ 
ByVal web As Double
)
This language is not supported or no code example is available.
public MaterialBeamC( 
string name
Color diffuse
double young
double poisson
double yield
double density
double coeffOfThermExp
double width
double height
double flange
double web 
)
This language is not supported or no code example is available.

Parameters

name
string

The material name.

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

width
double

Width of the C section, along the local axis V

height
double

Height of the C section, along the global axis Z (local axis W)

flange
double

Thickness of each flange of the C section

web
double

Thickness of the web the C section

.NET Framework

Supported in: 4.8

In this article

Definition