OpenSTAAD V8i
Deletes a node specified by NodeNo.
Where:
A Long variable containing the node number to be deleted from the structure.
Dim objOpenSTAAD As Object
Dim NodeNo As Long
'Get the application object --
'Delete node number 25
NodeNo = 25
objOpenSTAAD.Geometry.DeleteNode NodeNo