• 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…
  • STAAD shows different Beam Forces within the same model

    Hi I have created a STAAD model using OPENSTAAD API and excel VBA code. Please find attached the STAAD Code for the model. Run the Analysis. Just check the Beam forces in the top slab. STAAD shows different values for BM & SF in the individual beam…
  • OpenStaad & C++

    Can anyone knew how to use C++ insteade of VB in OpenStaad?