• Open STAAD Command GetRepeatLoadCount not working

    I am struggling with this Openstaad command GetRepeatLoadCount . For some reason, it is not working for me. It returns value 1 instead of the actual count.
  • 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…
  • Assign Tapered plate thickness using Open STAAD

    How can I assign tapered plate thickness using open staad?
  • About GetMemberSteelDesignRatio function

    Hi, I need some help here. I am trying to do some automatic design by reading the utilization ratio from the results. I believe in Open Staad there is only one function called GetMemberSteelDesignRatio which returns a True or False value: GetMemberSteelDesignRatio…
  • Create a new staad file using OpenSTAAD and macro in excel

    Hello team. I want to create a new Staad file using OPENSTAAD command, and a macro enabled worksheet following OPENSTAAD documentation. But when I run the code, Staad (STAAD.Pro CONNECT Edition - Version 22.06.00.138) always crashes and shows the following…
  • Clear model using OpenSTAAD

    Hi Everyone, What command can I use to clear everything in the STAAD file using OpenSTAAD.
  • OPENSTAAD

    Hi, Is there any openstaad syntax for getting beam stresses?
  • 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 problems

    Hi, I'm trying using excel vba to model but am having some problems. My staad pro ce is Version 22.01.00.38. Here are some tests which I followed from openSTAAD help. TEST 1 Sub Test01() Dim objOpenSTAAD As Object Dim fCoordX As Double Dim fCoordY…
  • OpenStaad VB macro stopped working after version update in Staad.Pro

    Hello, I had OpenStaad macros working with Staad until CONNECT Edition - Version 22.02. The macros basically extrac results from Staad into an excel spreadsheet. All worked fine. Recently I updated to CONNECT Edition - Version 22.04.00.40 and they…
  • 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…
  • Mat Foundation in Openstaad

    Hi, Is it Possible to define Elastic/ Plastic Mat Foundation Support using OpenStaad? If yes, what is the syntax for it. Thanks in advance. Balaji.R
  • Wrong plate numbers and results while using OpenStaad functions

    Hi, I am using STAAD connect edition update 3. I'm using macro to get selected plate numbers, but the function seems to give wrong results quite often. Some times it gives correct result. Attaching screen shot of selected plates and the plates displayed…
  • OpenStaad - How to get list of members connected at Node?

    When I try to use the GetBeamsConnectedAtNode function, I either get FALSE or an error. Assuming there are 3 connected member: Dim lngConnectedMembers(0 To 2) As Long Dim objOpenStaad As Object Set objOpenStaad = GetObject(, "StaadPro.OpenSTAAD…
  • OpenSTAAD Break Beam

    Hell... I have made Excel based VB program using OpenSTAAD. I am unable to create geometry using this program. However I am unable to break beam (at intersection) using OpenSTAAD command. I have to manually select Nodes & then use Break Beam command…