• Query about openstaad properties function

    Hello ppl, I am trying to get beam geomerical properties (specifically width and depth) through Openstaad feature (specifically GetBeamProperty) and so far failing. When i run the corresponding VBA code i get result as either "TRUE" or "1" or not…
  • OPENSTAAD

    Hi, I am not aware of VB or any other such language, can i still use OPENSTAAD ? Is anywhere directory available from where "Ready made" codes are available to be copied n pasted or utilized. If yes please share the link . Bye
  • how to get the loadings details in report????

    I have got my report, but there is no loading details like dead load, Wind loads and all... In report settings i have added Loadings, but its not showing.... Wt to do???? i want to see other load details. How to get that details?
  • OPEN STAAD - POST ANALYSIS PRINTS

    When using VBA to extract results from Open STAAD, do I need to have any print commands in the STAAD file. For example I am extracting End Member forces, so do I need the "PRINT MEMBER FORCES" command in my STAAD file. Asking as the VBA code i have written…
  • Query regarding openstaad and VBA

    I have made a vb program (listed below), it runs well inside object browser, but when i run it from usertools (i.e assigning it to the usertools) it shows error. error: 10092 Activex automation, cannot create object. code: Sub Main() Dim oStd…