<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Get Beam IDs connecting a specific Node</title><link>https://communities.bentley.com/products/ram-staad/f/ram-staad-forum/245273/get-beam-ids-connecting-a-specific-node</link><description>Hi All, 
 Please review below code. 
 I am not able to get a list for Members connecting at a common joint say &amp;quot;40&amp;quot;. 
 Kindly help me with correct code. 
 
 Regards, 
 
 Sub BeamsATNode() Dim NodeID As Long Dim MemberList() As Long Set objOpenStaad =</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Get Beam IDs connecting a specific Node</title><link>https://communities.bentley.com/thread/767574?ContentTypeID=1</link><pubDate>Sat, 27 May 2023 21:00:25 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:a892da30-cbd9-4885-bccf-adb5a02bdbd9</guid><dc:creator>Pravin Agashe</dc:creator><description>&lt;p&gt;Dear Madam,&lt;/p&gt;
&lt;p&gt;Thanks a lot for your prompt reply...!&lt;/p&gt;
&lt;p&gt;I did check the above code and it works.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Pravin Agashe.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Get Beam IDs connecting a specific Node</title><link>https://communities.bentley.com/thread/766718?ContentTypeID=1</link><pubDate>Mon, 22 May 2023 12:59:36 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:84a541cd-a113-4626-a346-edd90d844ebd</guid><dc:creator>Shreyanka Bhattacharjee</dc:creator><description>&lt;p&gt;Please run this below&amp;nbsp; code:&lt;/p&gt;
&lt;p&gt;Set objOpenStaad = GetObject(, &amp;quot;StaadPro.OpenSTAAD&amp;quot;)&lt;br /&gt;Dim noOfBeams As Long&lt;br /&gt;Dim Node As Long&lt;br /&gt;Dim MemberList() As Long&lt;/p&gt;
&lt;p&gt;Node = 20&lt;br /&gt;noOfBeams = objOpenStaad.Geometry.GetNoOfBeamsConnectedAtNode(Node)&lt;br /&gt;ReDim MemberList(noOfBeams - 1)&lt;br /&gt;objOpenStaad.Geometry.GetBeamsConnectedAtNode Node, MemberList&lt;/p&gt;
&lt;p&gt;Output:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/5932/pastedimage1684760556233v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>