OpenSTAAD V8i
Hide the specified solid.
Where:
A long variable that holds solid number to be hidden.
Dim objOpenSTAAD As Object
Dim lSolidNo as Long
'Get the application object
Set objOpenSTAAD = GetObject( , "StaadPro.OpenSTAAD")
'Variables
lSolidNo = 35
'Hide Solid
objOpenSTAAD.View.HideSolid (lSolidNo)
Reference Materials