OpenSTAAD V8i
This function selects a plate in the structure.
Where:
Long variable providing the plate number to be selected.
Dim objOpenSTAAD As Object
Dim PlateNo As Long
'Get the application object
Set objOpenSTAAD = GetObject( , "StaadPro.OpenSTAAD")
'Select plate no 2
PlateNo = 2
objOpenSTAAD.Geometry.SelectPlate PlateNo
Reference Materials