<?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>set properties for a embeddedbeam via python ---not working</title><link>https://communities.bentley.com/products/geotech-analysis/f/forum/239156/set-properties-for-a-embeddedbeam-via-python----not-working</link><description>dear all 
 I am building the diameter of the pile via python , but the material interface is not responsive, can anyone help me? 
 thank you</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: set properties for a embeddedbeam via python ---not working</title><link>https://communities.bentley.com/thread/745271?ContentTypeID=1</link><pubDate>Thu, 08 Dec 2022 13:20:52 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:2b913fb1-8c7b-482a-9266-46810224d659</guid><dc:creator>xiong qi</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi, Matthew and Stefanos.Thank you for your quick response!&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The project has been completed according to the method you gave.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best wishes to you.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: set properties for a embeddedbeam via python ---not working</title><link>https://communities.bentley.com/thread/745267?ContentTypeID=1</link><pubDate>Thu, 08 Dec 2022 12:52:06 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:d386c9ff-21ff-4543-8f4e-2dd392edda58</guid><dc:creator>Stefanos Papavasileiou</dc:creator><description>&lt;p&gt;Dear Xiong,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We have made many improvements in our latest version regarding the properties exposed in GUI and what is needed in a Python script.&lt;/p&gt;
&lt;p&gt;Since you are using an older version the solution is a bit more complex; Matthew is right. Practically you need to define&amp;nbsp;more properties as we need them to internally compute the properties for the calculation.&lt;/p&gt;
&lt;p&gt;So, for instance, try the following:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;g_i.embeddedbeammat(&lt;/em&gt;&lt;br /&gt;&lt;em&gt;(&amp;quot;MaterialName&amp;quot;,&amp;#39;pile&amp;#39;),&lt;/em&gt;&lt;br /&gt;&lt;em&gt;(&amp;quot;BeamType&amp;quot;, 0),&lt;/em&gt;&lt;br /&gt;&lt;em&gt;(&amp;quot;PredefinedBeamType&amp;quot;, 1),&lt;/em&gt;&lt;br /&gt;&lt;em&gt;(&amp;quot;Diameter&amp;quot;, 1.2),&lt;/em&gt;&lt;br /&gt;&lt;em&gt;(&amp;quot;Thickness&amp;quot;, 0.15),&lt;/em&gt;&lt;br /&gt;&lt;em&gt;(&amp;quot;E&amp;quot;, 36.00E6),&lt;/em&gt;&lt;br /&gt;&lt;em&gt;(&amp;quot;w&amp;quot;, 24),&lt;/em&gt;&lt;br /&gt;&lt;em&gt;(&amp;quot;Size&amp;quot;, 1.2),&lt;/em&gt;&lt;br /&gt;&lt;em&gt;(&amp;quot;A&amp;quot;, 0.494800842940392),&lt;/em&gt;&lt;br /&gt;&lt;em&gt;(&amp;quot;Iyy&amp;quot;, 0.0695813685384928),&lt;/em&gt;&lt;br /&gt;&lt;em&gt;(&amp;quot;Izz&amp;quot;, 0.0695813685384928),&lt;/em&gt;&lt;br /&gt;&lt;em&gt;(&amp;quot;I&amp;quot;, 0.0695813685384928),&lt;/em&gt;&lt;br /&gt;&lt;em&gt;(&amp;quot;Lspacing&amp;quot;, 10.5),&lt;/em&gt;&lt;br /&gt;&lt;em&gt;(&amp;quot;SkinResistance&amp;quot;, 2),&lt;/em&gt;&lt;br /&gt;&lt;em&gt;(&amp;quot;Tmax&amp;quot;, 10000),&lt;/em&gt;&lt;br /&gt;&lt;em&gt;(&amp;quot;Fmax&amp;quot;,200)&lt;/em&gt;&lt;br /&gt;&lt;em&gt;)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Note that the figure these out is by creating the material manually and using the &lt;em&gt;echo&lt;/em&gt; command to get all the listed properties.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: set properties for a embeddedbeam via python ---not working</title><link>https://communities.bentley.com/thread/745036?ContentTypeID=1</link><pubDate>Wed, 07 Dec 2022 10:00:37 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:c69c03ed-16a9-4847-a651-0047760da96f</guid><dc:creator>Matthew Johnson</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a class="internal-link view-user-profile" href="/members/5b66073e_2d00_d6f2_2d00_44fa_2d00_b741_2d00_a48d498b0c15"&gt;xiong qi&lt;/a&gt;,&lt;/p&gt;
&lt;p&gt;You need to pass more variables to the embeddedbeam material object. e.g. the area, Iyy, Izz, even though they are displayed to be blanked out and cannot be manually edited - you need some logic to do area &amp;amp; second mom. of a circle&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: set properties for a embeddedbeam via python ---not working</title><link>https://communities.bentley.com/thread/744771?ContentTypeID=1</link><pubDate>Tue, 06 Dec 2022 07:23:56 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:b7a99840-429a-4db0-9716-88a7dd3f1c22</guid><dc:creator>xiong qi</dc:creator><description>&lt;p&gt;PS: The version is Palxis 2D v20.04&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>