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