• Open STAAD C++ function GetNodeCoordinates

    Node 2 is a real node in the STAAD.Pro model located at (1, 0, 0), and the GetNodeNumber method is correctly returning the node number that corresponds to the point coordinates (1,0,0). When I use GetNodeCoordinates(2, &x, &y, &z) , I expect to get the…
  • openstaad .. syntax problem

    Am not able to get the node distance of between two nodes .. am a basic level programmer.. pls clarify if I have made a mistake here Public Sub node() Dim NodeDistance As Long Dim NodeNoA As Long Dim NodeNoB As Long Set objOpenSTAAD = GetObject…