Hi,
I have created a macro to extract bending, shear, and axial forces from STAAD.
The forces are correct, but I am having an issue with the "Location of Max Axial Force" outputs.
Please see attached screenshots. The macro is reporting that the…
Getting the reinforcement data from Staad is not user friendly and time taking. Requires clicking each member and check. Is there any way we can see percentage steel all at once for all the members? or export in excel. With macro can it be done? If any…
Want help on StaadPro OpenStaad function GetIntermediateMemberForcesAtD istance, it is giving torsional forces same at every intermediate distances, where as the values in Section Forces table for torsion at intermediat e distances are correct. I am using…
Dear All,
I will be glad if you help me with the code. I Already have a code where i need to enter load case number to get the reactions at the particular load case.
I have almost 1000 load cases and i want all the load cases to get in excel at…
I was trying to update an old OpenSTAAD excel macro so that it can run on the latest STAAD.Pro CONNECT edition.
While I was trying to extract maximum bending moment member forces I found that the syntax that should've extract max moment comes back with…
Greetings STAAD fans,
I am developing a VBA to the get the list of beams and after a couple of tries I have notice that the OpenSTAAD | GetBeamList command is not working.
Any suggestions?
See the following VBA Macro
Sub GetBeamList()
On Error…
Greetings STAAD Users,
I am creating a Visual Basic Macro using the Properties Command CreateMemberPartialReleaseSpec.
After a couple of tries, I have being getting trouble with this command. See the following VBA.
A portion of the macro is the…
I'm trying to develop the macro for automatic bill of material generation.
I’ve been stuck at getting plate properties.
Thickness is ok. I'm using " .Property.GetPlateThickness "
But I can't find a way to get the density of plate material.
Surprisingly…