Linking STAAD.Pro with Excel using OpenSTAAD

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ต.ค. 2024
  • OpenSTAAD is a very powerful tool to link STAAD.Pro engine with any other third party software. This session focuses on how to link STAAD.Pro with Excel using the OpenSTAAD function. This session will cover:
    An introduction to OpenSTAAD and learn how to find the right function.
    How to create a macro-enabled Excel file using OpenSTAAD.
    How to execute the Excel VBA macro to link with STAAD.Pro and exchange data.
    The Excel file created in this session can be found here: communities.be...
    Session 1 on this topic can be found here: • Introduction to OpenSTAAD
    For more information on STAAD, please visit www.bentley.co...
    To earn professional learning units online, be sure to check out our:
    · Live Webinars: pages.info.bent...
    · OnDemand Webinars: pages.info.bent...
    · Courses on LEARNserver: learn.bentley.c...
    Follow us!
    · LinkedIn: / analytical-modeling
    · Facebook: / bentleysystems
    Twitter: / bentleysystems

ความคิดเห็น • 12

  • @brettwyman2984
    @brettwyman2984 2 หลายเดือนก่อน

    Why is the documentation syntax for VBA different than the syntax you use?
    Example:
    Dim nNodeNo As VARIANT = OSGeometryUI.AddNode(fCoordX, fCoordY, fCoordZ)
    vs
    Dim Node as long
    Node = obj.Geometry.AddNode(x,y,z)
    I've tested both. The former doesn't work but the latter does. Why is the documentation wrong?

  • @sachindeshmukh3228
    @sachindeshmukh3228 2 ปีที่แล้ว

    Thank you for sharing such great quality knowledge💐☺️

  • @AT-wx2bw
    @AT-wx2bw 2 ปีที่แล้ว

    Found a way to Reference the Library. Not Sure if old but working.
    My Suggestion is Start with How to Reference Library and make Intellisense work on it.
    In Short:
    Always a Great Idea to find out first, if in VBA editor OPEN STAAD Library of functions is available? If not How to add a reference both Manually or at a runtime.
    Once Referenced -How to make Iintelisense work correctly on OpenStaad Library of functions.

  • @saedhalteh1286
    @saedhalteh1286 4 ปีที่แล้ว

    Thanks for such great session, really informative.

  • @AsifAli-uu4wq
    @AsifAli-uu4wq 3 ปีที่แล้ว +1

    Is there any python Libraries available for staad.pro to replace VBA?

  • @Augusto5191
    @Augusto5191 5 ปีที่แล้ว

    hi, im making macros like this but openstaad seem to be extremely slow.... do you know how to overcome this problem?

    • @NodesAutomations
      @NodesAutomations 2 ปีที่แล้ว +1

      Hello Augusto, there are multiple way to solve this problem but that depends on your task. you can use C# or Directly run macro inside staad vba editor.

  • @jitendraparate6360
    @jitendraparate6360 3 ปีที่แล้ว

    Dear sir That was a very nice session. I tried to develop an application to automate 3d structure with supports and load assignments. As I am individually assigning loads to the members many loads of same value are appearing in one load case. I want to create a group and assign a load to the members in this group. But I am not able to create group using OS.geometry.creategroup(2 ,"_ROOFBEAMS") command.
    Can you guide me with a sample code to create group of members. And apply loads to the members in the grouo
    But I could not get the proper syntax format for

  • @shehab976
    @shehab976 2 ปีที่แล้ว

    Where is the open staad documentation for c#

  • @ganesh9971
    @ganesh9971 2 ปีที่แล้ว

    Is any code to activate copy picture command and paste that picture in excel