<?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>RAM DA - Trouble getting GetMemberForces to work</title><link>https://communities.bentley.com/products/ram-staad/f/ram-staad-forum/168011/ram-da---trouble-getting-getmemberforces-to-work</link><description>I&amp;#39;m attempting to retrieve the design forces for the start/end of the member from RAM structural systems using VBA and running into a problem with the GetMemberForces command. 
 Below is an example of how I&amp;#39;m attempting to extract the strong shear at</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: RAM DA - Trouble getting GetMemberForces to work</title><link>https://communities.bentley.com/thread/575933?ContentTypeID=1</link><pubDate>Mon, 23 Mar 2020 16:42:01 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:f0e1c37b-f18c-47c9-b445-9796d4f07961</guid><dc:creator>Karthik Madhur</dc:creator><description>&lt;p&gt;Eric, I have developed a similar code for moments, I have used the dLoc to locate the moments at mid-span of the beam. But sometimes the maximum moment is somewhere else. Is it possible to extract the maximum moment?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: RAM DA - Trouble getting GetMemberForces to work</title><link>https://communities.bentley.com/thread/481615?ContentTypeID=1</link><pubDate>Fri, 14 Sep 2018 15:35:07 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:8193560f-5e81-4bb0-a682-c31bbe138636</guid><dc:creator>Eric Helmueller</dc:creator><description>&lt;p&gt;The DataAccess&amp;nbsp;manual installs with RAM Structural System under the Manuals folder.&amp;nbsp; Take a look at the GetMemberForces method in the IForces2 interface.&lt;/p&gt;
&lt;p&gt;startMajShear is a return argument for the method.&amp;nbsp; This is a COM code to see if the method call passes or fails for some reason.&lt;br /&gt;lMemberID is an input argument.&amp;nbsp; Make sure you are passing in a valid member unique ID.&lt;br /&gt;lAnalysisCaseID is an input arguement.&amp;nbsp; Make sure you are passing in a valid analysis case ID.&lt;br /&gt;bApplyLLReduction is an input arguement.&amp;nbsp; Make sure you are passing in 0 or 1.&lt;br /&gt;r1 should be changed to test since the last argument is a return argument with type SForce.&amp;nbsp; &lt;br /&gt;After test is set by the method, then you can use the command r1 = test.dVx_maj&lt;/p&gt;
&lt;p&gt;You appear to be looking for RAM Gravity forces for steel beams.&amp;nbsp; I prefer to use the GetGravBeamForcesLeftAt method in the IForces1 interface.&amp;nbsp; The attached&amp;nbsp;Excel VBA example&amp;nbsp;uses that method, so use it as a reference.&amp;nbsp; The macro finds gravity steel beam reactions a little differently than RAM Steel Beam.&amp;nbsp; When there are cantilever beams, it reports the reaction on both sides of the support rather than a single reaction at the support.&lt;br /&gt;&lt;br /&gt;.&lt;a href="https://communities.bentley.com/cfs-file/__key/communityserver-discussions-components-files/5932/DA-Gravity-Steel-Beam-Reactions.xls"&gt;communities.bentley.com/.../DA-Gravity-Steel-Beam-Reactions.xls&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>