Material(String, Color, Double, Double, Double, Double, Double) Constructor

Fem 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
)
This language is not supported or no code example is available.
public Material( 
string name
Color diffuse
double young
double poisson
double yield
double density
double coeffOfThermExp 
)
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

.NET Framework

Supported in: 4.8

In this article

Definition