OpenSTAAD V8i

Property.GetIsotropicMaterialProperties

Returns the properties for the specified isotropic material number.

VB Syntax

Property.GetIsotropicMaterialProperties MatNo, E, Poisson, G, Density, Alpha, CrDamp

Where:

MatNo

Long variable holds the material reference number.

E, Poisson, G, Density, Alpha, CrDamp

Double variables return isotropic material properties.

VB Example

'Get the application object --
'Get Property
objOpenSTAAD.Property.GetIsotropicMaterialProperties (lMatNo, dE, dPoisson, dG, dDensity, dAlpha,  _
dCrDamp)