OpenSTAAD V8i

Geometry.SelectPlate

This function selects a plate in the structure.

VB Syntax

Geometry.SelectPlate PlateNo

Where:

PlateNo

Long variable providing the plate number to be selected.

VB Example

 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

Geometry.SelectMultiplePlates