OpenSTAAD V8i
Returns plate thickness at corners for the specified plate.
Where:
Long variable holds the plate reference number.
Double array returns plate thickness at the corners of the plate element.
'Get the application object --
'Get Property
Dim oSTD as Object
Dim plateNo as Long
Dim plateThkArray(0 to 3) as Double
plateNo = 2
oSTD.Property.GetPlateThickness(plateNo, plateThkArray)