<?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>CREATING A SURFACE WITH POINTS ARRAY</title><link>https://communities.bentley.com/products/geotech-analysis/f/forum/203352/creating-a-surface-with-points-array</link><description>I have a array of points which created with arrayr like points_g=g_i.arrayr((1,2,3),2,(4,5,6),3(7,8,9)) i want to create a surface with this array of points can i call surface command with this array or is there another way to create surface with array</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: CREATING A SURFACE WITH POINTS ARRAY</title><link>https://communities.bentley.com/thread/622045?ContentTypeID=1</link><pubDate>Thu, 26 Nov 2020 08:41:35 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:0040a9b2-755d-41ca-a217-0b0d7d4253a9</guid><dc:creator>Stefanos Papavasileiou</dc:creator><description>&lt;p&gt;Dear Emre,&lt;/p&gt;
&lt;p&gt;If the &lt;em&gt;points_g&lt;/em&gt; is a list of points, you can use the unpacking feature in Python that uses the asterisk (*) for lists.&lt;/p&gt;
&lt;p&gt;Eventually, you can do:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;g_i.surface(*points_g)&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>