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