<?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>What order should g_i.embeddedbeammat() for embedded beam row properties be?</title><link>https://communities.bentley.com/products/geotech-analysis/f/forum/210142/what-order-should-g_i-embeddedbeammat-for-embedded-beam-row-properties-be</link><description>I have the following line 
 
 g_i .embeddedbeammat(( &amp;quot;MaterialName&amp;quot; , deadman_material_name ),( &amp;quot;E&amp;quot; , deadman_E ), (&amp;quot;Width&amp;quot;, deadman_width),( &amp;quot;w&amp;quot; , deadman_unit_weight ),( &amp;quot;PredefinedBeamType&amp;quot; , 2 ),( &amp;quot;Lspacing&amp;quot; , deadman_spacing ),( &amp;quot;SkinResistance&amp;quot;</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: What order should g_i.embeddedbeammat() for embedded beam row properties be?</title><link>https://communities.bentley.com/thread/636791?ContentTypeID=1</link><pubDate>Tue, 02 Mar 2021 17:41:20 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:1005249e-1863-45c8-8def-73e48217d5d2</guid><dc:creator>Stefanos Papavasileiou</dc:creator><description>&lt;p&gt;Dear Iman,&lt;/p&gt;
&lt;p&gt;Indeed, you are close, but missing one parameter that is computed based on the width, which is the area.&lt;/p&gt;
&lt;p&gt;When using Python scripting, we need to define all linked parameters so if you add&amp;nbsp;(&amp;quot;A&amp;quot;, deadman_area) the command should be successful.&lt;/p&gt;
&lt;p&gt;The moment you open the GUI (graphic user interface) the command is fully executed which then correctly computes the area in the background, leading to a valid material.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>