• 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…
  • Different versions of OpenSTAAD?

    Yesterday I was trying to use a program I wrote in C# using OpenSTAADUI on a colleagues computer and it blew up. The reason was that my colleague's OpenSTAADUI.tlb file is from 2010 whereas mine is from from 2013. I call the method PropertyUI.GetSectionPropertyList…