OpenSTAAD V8i

Geometry.SelectNode

This function selects a node in the structure.

VB Syntax

Geometry.SelectNode NodeNo

Where:

NodeNo

Long variable providing the node number to be selected.

VB Example

 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

Geometry.SelectMultipleNodes