<?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 iterate the parameter to plot while plotting from PLAXIS Output</title><link>https://communities.bentley.com/products/geotech-analysis/f/forum/238371/how-to-iterate-the-parameter-to-plot-while-plotting-from-plaxis-output</link><description>I am using the discussion here for reference: https://communities.bentley.com/products/geotech-analysis/w/wiki/55949/export-and-format-plots-from-plaxis-output-using-python I am trying to generate Top view of forces and displacement of plate among various</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to iterate the parameter to plot while plotting from PLAXIS Output</title><link>https://communities.bentley.com/thread/742162?ContentTypeID=1</link><pubDate>Fri, 18 Nov 2022 03:58:26 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:7abfc74b-fa29-4c6d-bbc8-23c3a7830390</guid><dc:creator>Ashish Kumar Singh</dc:creator><description>&lt;p&gt;Hello Stefanos,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Thank you for the response. I appreciate your help. The method you suggest might work, I haven&amp;#39;t tried it though.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I found a better way i.e. using the following&lt;br /&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;getattr(g_o.ResultTypes.Plate,para)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;This worked fine.&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to iterate the parameter to plot while plotting from PLAXIS Output</title><link>https://communities.bentley.com/thread/742046?ContentTypeID=1</link><pubDate>Thu, 17 Nov 2022 11:52:23 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:9dee3a68-a05c-4cb1-901b-f65da8023ba3</guid><dc:creator>Stefanos Papavasileiou</dc:creator><description>&lt;p&gt;Hello Ashish,&lt;/p&gt;
&lt;p&gt;The approach you have in the second screenshot will not work as PLAXIS expects a property (&lt;em&gt;M11&lt;/em&gt;) of an object (&lt;em&gt;ResultTypes&lt;/em&gt;) and finds a string value (&amp;quot;&lt;em&gt;M11&lt;/em&gt;&amp;quot;).&lt;/p&gt;
&lt;p&gt;I can&amp;nbsp;only think of a way in which the &lt;em&gt;paramters_to_plot&lt;/em&gt; list to contain the actual properties instead of strings:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;paramters_to_plot = [ResultTypes.Plate.M11,&amp;nbsp;ResultTypes.Plate.M22,&amp;nbsp;&amp;nbsp;ResultTypes.Plate.Uz, (...)]&amp;nbsp;&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>