OpenSTAAD V8i

Property.GetOrthotropic3DMaterialProperties

Returns the properties for the specified isotropic material number.

VB Syntax

Property.GetOrthotropic3DMaterialProperties MatNo, EArray, PoissonArray, GArray, DensityArray, AlphaArray, CrDampArray

Where:

MatNo

Long variable holds the material reference number.

E, Poisson, G, Density, Alpha, CrDamp

Double array (dimension 3) variables return 3D orthotropic material properties.

VB Example

'Get the application object --
'Get Property
objOpenSTAAD.Property.GetOrthotropic3DMaterialProperties (lMatNo, dEArray, dPoissonArray, dGArray, _
dDensityArray, dAlphaArray, dCrDampArray)