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.
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.
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…
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…
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…
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…
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…