Quantcast
Channel: RAM | STAAD Forum - Recent Threads
Viewing all articles
Browse latest Browse all 23543

OpenSTAAD C#

$
0
0

Is OpenSTAAD works with C#?

I have writen a program to select plate elements in VB

EX:
    Dim objOpenSTAAD As Object
    Dim SelPlatesNo As Long
    Dim SelPlates() As Long 'Launch OpenSTAAD Object
    Set objOpenSTAAD = GetObject(, "StaadPro.OpenSTAAD")
   
    Redim strarr(3)
    SelPlates(0) = 1256
    SelPlates(0) = 1548   
   
    objOpenSTAAD.Geometry.SelectMultiplePlates SelPlates
    Set objOpenSTAAD = Nothing

I am unable to write the same in C#. plz anybody help me.

 

Regards


Viewing all articles
Browse latest Browse all 23543

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>