• 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…
  • Design strength values OPENSTAAD

    Hi, is there a way to get the design strength values of an element using OPENSTAAD? Thanks in advance.
  • Length for flexural torsional buckling OPENSTAAD

    Hi, is there a way to get and set the Length for flexural torsional buckling using OPENSTAAD? Thanks in advance.
  • interface not registered

    I wrote Open Staad code in Excel VBA and worked perfectly fine. Later on I have tried to run it again I got the following error message The error pointing to this statement in my code: Set geometry = objOpenSTAAD.geometry What is the problem and…
  • openstaad

    can someone please tell how to access results from stress at a point function of openstaad. i am trying hard to get but getting failure. please explain.
  • OpenSTAAD

    Hi, I am using OpenSTAAD for my work. I am trying to analyse the staad file through VBA. Its not working. Later, I understood the save dialogue box pop-up is the reason. Will there be an option to inactivate all such alert dialogue box during macro execution…
  • CreateMultipleNodes method is not working

    Dear all, I am trying to create multiple nodes using CreateMultipleNodes method. I have used the method given in the API but it is not working. Please find the code given in the API documentaion, and used the same code for creating multiple nodes…
  • OpenSTAAD API Error Report : Get some information from existing .std file

    Hi, I'm trying to build automatic modeling by usnig OpenSTAAD API. However, I found (seems like to error) that doesn't work properly when I try to get some information. For example, When using .Geometry.GetNodeCoordinates from existing STAAD modeling…
  • Optimization using OpenSTAAD

    I am recently using openSTAAD for automating my steel design works. I am aware that applying loads and load combinations are possible using openSTAAD. OpenSTAAD documentation does not elaborately shows how to apply design parameters for steel design…
  • Passing arrays to the OpenSTAAD COM object

    Hi, I was going through the STAAD Pro Help and i have noticed a statement "Passing arrays to the OpenSTAAD COM object requires some additional effort" .I would like pass the array using python but i am not able to find any reference to do so. Can anyone…
  • how to instantiate open staad object using c#.NET

    Hi, I want to develop an application(in c#.net ) that needs to be communicated with staad pro with which I could perform staad pro functions by accessing open staad API,I need a help(code help) how to instantiate an open staad object in the C#.NET application…