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.
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…
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…
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…
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.
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…
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…
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…
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…
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…
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…