Thank you for sharing such great quality knowledge💐☺️
@AT-wx2bw2 жыл бұрын
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.
@saedhalteh12864 жыл бұрын
Thanks for such great session, really informative.
@brettwyman29843 ай бұрын
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?
@AsifAli-uu4wq3 жыл бұрын
Is there any python Libraries available for staad.pro to replace VBA?
@jitendraparate63603 жыл бұрын
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
@shehab9762 жыл бұрын
Where is the open staad documentation for c#
@Augusto51915 жыл бұрын
hi, im making macros like this but openstaad seem to be extremely slow.... do you know how to overcome this problem?
@NodesAutomations2 жыл бұрын
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.
@ganesh99712 жыл бұрын
Is any code to activate copy picture command and paste that picture in excel