<?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>How to get results for total stress on an interface in python PLAXIS api.</title><link>https://communities.bentley.com/products/geotech-analysis/f/forum/209821/how-to-get-results-for-total-stress-on-an-interface-in-python-plaxis-api</link><description>I&amp;#39;m at the stage where I think it is g_o.ResultTypes.TotalStress possibly or g_o.ResultTypes.Plate.TotalStress. Not sure what the command will be exactly.</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to get results for total stress on an interface in python PLAXIS api.</title><link>https://communities.bentley.com/thread/636049?ContentTypeID=1</link><pubDate>Thu, 25 Feb 2021 18:09:00 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:9fb98b54-1590-4bc7-a11d-64e407f8dfbd</guid><dc:creator>Stefanos Papavasileiou</dc:creator><description>&lt;p&gt;Dear Iman,&lt;/p&gt;
&lt;p&gt;If you are looking results for plates then&amp;nbsp;&lt;span&gt;g_o.ResultTypes.Plate.TotalStress is the right one.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;In general, you can echo ResultTypes or dir(g_o.ResultTypes) and that will take you to:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;g_o.ResultTypes.Soil&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;g_o.ResultTypes.Plate&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;g_o.ResultTypes.Geogrid&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;g_o.ResultTypes.EmbeddedBeamRow&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;g_o.ResultTypes.Beam&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;Make sure to check the available results via the echo command, e.g.&amp;nbsp;echo ResultTypes.Plate or in our Help&amp;gt;Command reference&amp;gt;Output objects&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>