Dlubal_JavaScript_Library/docs/code/BasicObjects/Material.md at main · vimcoper/Dlubal_JavaScript_Library · GitHub
Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 2.01 KB

File metadata and controls

47 lines (34 loc) · 2.01 KB
title Material

Material

Material

Kind: global class

new Material(no, name, basic_material, comment, params)

Create Material

Param Type Description
no Number Number of Material, can be undefined
name String Name of Material, can be undefined
basic_material String Basic material type, can be undefined (false as default)
comment String Comment, can be undefined
params Object Parameters, can be undefined

material.BasicProperties(modulus_of_elasticity, shear_modulus, definition_type, poisson_ratio, specific_weight, mass_density, thermal_coefficient) ⇒

Sets base material properties

Kind: instance method of Material
Returns: Modified material

Param Type Description
modulus_of_elasticity Number Modulus of elasticity, can be undefined (value specified by default)
shear_modulus Number Shear modulus, can be undefined (value specified by default)
definition_type Number Definition type, can be undefined (value specified by default)
poisson_ratio Number Poisson's ration, can be undefined (value specified by default)
specific_weight Number Specific weight, can be undefined (value specified by default)
mass_density Number Mass density, can be undefined (value specified by default)
thermal_coefficient Number Coefficient of thermal expansion, can be undefined (value specified by default)