• how to get node local deflection through open staad API

    Hi, How to we get the local deflection for node like the one we are getting for global deflection using " objOpenSTAAD.Output.GetNodeDisplacements(Selnode, LC, DisplacementAyyay) " Thanks.
  • "OpenSTAAD" - Member weight per running meter length?

    Hi, Is there any option to get member weight per running meter length (either it's built-up or hot-rolled steel section) through OpenSTAAD API in VB.Net? Thanks.
  • OpenSTAAD - Member End Force gives wrong output in Connect Edition

    We have developed an in house application linking staad.pro application to extract the “member end forces” for the selected members. And, we have been using this tool since last few years. Recently, After we updating the staad.pro-V8i application to…
  • How to use StaadPro.dll in visual studio

    Hi Team, I am using staadpro connect edition v22. i want to create a desktop application which should connect to staadpro.for that first I need to create object of the staadpro then after I need to use the staadpro functions to achieve my requirement…
  • VB.NET with Open STAAD with STAAD.Pro Connect edition

    How do i go about creating a vb.Net interface for STAAD.Pro Connect edition? I currently have a VBA interface via excel, but it requires STAAD to be open to work. Will it be the same for VB.NET? Also what imports to i call? Basically how do i get the…
  • Open STTAD function SelectMultipleBeams does not working in vb.net

    Dear Sir, We have been trying to select multiple beam numbers in STAAD.Pro using OpenSTAAD functions. And the .NET code is as follows, From the above picture we can see that, list of beam numbers are loaded into one dimensional array. And the…
  • OpenStaad with VB.NET not working with staad connect edition version 22?

    i was using Openstaad with vb.net with staad pro v8i version 20.07.11.33 which was working fine. but for staad connect edition version 21 & 22, visual studio can't detect openstaad reference. things i've already tried. -tried referencing staadpro…
  • OpenStaad Macro using VB.NET

    Hi Guys, I Have tried to create OpenStaad macro using VB.NET. This program can generate geometry of 2D or 3D Single Span or Multi Span Pitched roof Frame(Portal Type) without any edit. This helps to save time. Few additional optional features are…
  • VBA TO vb.NET

    Hi i am facing problem while extracting utility ratio from staad to excel, it was working well with VBA but in VB.net its giving error please check the below code and suggest me suitable solution.Thank you Private Sub Button2_Click(sender As Object…
  • Extracting Forces from STAAD using DotNet

    Hi, Please could someone help me in extracting forces from STAAD using DotNET? Not able to extract Primary LoadCase number for extracting Forces. here is my sample code: ' Get BeamLIST Dim myBeamNos As Integer = myStaadObj.Geometry.GetMemberCount…