<?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>Plaxis 2D: Python API - Post Calc nodes</title><link>https://communities.bentley.com/products/geotech-analysis/f/forum/239480/plaxis-2d-python-api---post-calc-nodes</link><description>I want to create curves, i.e. as you would through the curve manager, using POST calc selected nodes and the python API. Is there a way to add post-calc nodes? 
 If I&amp;#39;m not mistaken, it looks like you cannot add post-calc nodes. Adding a curvepoint adds</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Plaxis 2D: Python API - Post Calc nodes</title><link>https://communities.bentley.com/thread/746049?ContentTypeID=1</link><pubDate>Wed, 14 Dec 2022 09:01:30 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:687a617e-b7b0-483d-937e-2322d6885ff6</guid><dc:creator>Stefanos Papavasileiou</dc:creator><description>&lt;p&gt;Hello Matthew,&lt;/p&gt;
&lt;p&gt;Sure you can. The process is the same as with the pre-calc points with the only difference that instead of adding them before the calculation you can do it afterwards in Output.&lt;/p&gt;
&lt;p&gt;So, for example:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;g_i.view(g_i.Phases[-1])&lt;/em&gt;&lt;br /&gt;&lt;em&gt;# need to add boilerplate here for Output&lt;/em&gt;&lt;br /&gt;&lt;em&gt;g_o.addcurvepoint(&amp;quot;Node&amp;quot;, 50, 17)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/343671/pastedimage1671008693598v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>