OpenSTAAD V8i
Returns the node number at specified coordinates
Where:
Double variables of the X, Y, and Z nodal coordinates for which the node number is returned.
A long variable containing the number of the node.
Dim objOpenSTAAD As Object
Dim NodeNo As Long
Dim CoordX As Double
Dim CoordY As Double
Dim CoordZ As Double
'Get the application object
'Get a node
NodeNo = objOpenSTAAD.Geometry.GetNodeNumber CoordX, CoordY, CoordZ