OpenSTAAD V8i

Geometry.DeleteNode

Deletes a node specified by NodeNo.

VB Syntax

Geometry.DeleteNode NodeNo

Where:

NodeNo

A Long variable containing the node number to be deleted from the structure.

VB Example

 Dim objOpenSTAAD As Object
 Dim NodeNo As Long
'Get the application object --
'Delete node number 25
 NodeNo = 25
 objOpenSTAAD.Geometry.DeleteNode NodeNo