MaterialKeyedCollection.Add (String, Color, Double, Double, Double, Double, Double) Method

Adds a new material definition.
Public Sub Add( _ 
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 coeffOfThermalExp As Double
)
This language is not supported or no code example is available.
public void Add( 
string name
Color diffuse
double young
double poisson
double yield
double density
double coeffOfThermalExp 
)
This language is not supported or no code example is available.

Parameters

name
string

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

coeffOfThermalExp
double

Material coefficient of thermal expansion

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition