• HI, everyone can anybody help me to create frame for storge oil tank without support (fixed, pinned, foundation,.............etc), because we have crane carry up this frame, so weight of the model will go above cuz crane, need strong designer to solve...

    STAAD SPACE START JOB INFORMATION ENGINEER DATE 19-Nov-22 END JOB INFORMATION INPUT WIDTH 79 UNIT MMS KN JOINT COORDINATES 12 14700 6850 0; 13 19450 6850 0; 14 27450 6850 0; 15 30101 6850 0; 16 14700 6850 4200; 17 19450 6850 4200; 18 27450 6850 4200;…
  • Open STAAD - Warning Handling & Minimized window mode.

    We have been trying to automate STAAD.Pro application through VB.NET coding. We need to run the STAAD.Pro application in the minimized window mode. Also, how can we handle STAAD.Pro warning message through VB.NET. Thanks in advance...
  • OpenSTAAD function "Output.GetMaxBendingMoments " VBA not working properly..!

    To get the maximum and minimum bending moment in a beam i wrote a code as follows: Private Sub CommandButton2_Click() Dim OpenSTAAD As Object Set objOpenSTAAD = GetObject(, "StaadPro.OpenSTAAD") Dim lMemberNo As Long Dim lEnd As Long Dim lLoadcase As…
  • OpenSTAAD in visual basic

    Hi there, I am currently working on a post processing macro using OpenSTAAD and am having a problem when trying to create the OpenSTAAD object (this line in the code): Set objOpenSTAAD = CreateObject("OpenSTAAD.Output.1") I recieve…