OpenSTAAD V8i
Inverse geometry selection for the specified entity.
Where:
An integer variable that holds entity type. Values may be as follows:
1 = Node
2 = Beam
3 = Plate
4 = Solid
5 = Surface
Dim objOpenSTAAD As Object
Dim intEntityType as Integer
'Get the application object
Set objOpenSTAAD = GetObject( , "StaadPro.OpenSTAAD")
'Inverse Selection
objOpenSTAAD.View.SelectInverse (intEntityType)