<?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/"><channel><title>Function or Method call error</title><link>https://communities.bentley.com/products/building/building_analysis___design/w/building_analysis_and_design__wiki/21421/function-or-method-call-error</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>Function or Method call error</title><link>https://communities.bentley.com/products/building/building_analysis___design/w/building_analysis_and_design__wiki/21421/function-or-method-call-error</link><pubDate>Fri, 12 Feb 2021 12:07:36 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:b83b67ce-7cad-4068-96cc-ad6cee39d5d1</guid><dc:creator>Marc Thomas</dc:creator><comments>https://communities.bentley.com/products/building/building_analysis___design/w/building_analysis_and_design__wiki/21421/function-or-method-call-error#comments</comments><description>Current Revision posted to OpenBuildings | AECOsim | Speedikon Wiki by Marc Thomas on 2/12/2021 12:07:36 PM&lt;br /&gt;
&lt;table style="background-color:#dce5f0;border:0px solid #dce5f0;width:500px;" border="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Product(s):&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;GenerativeComponents&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Version(s):&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;08.11.09.157&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Area: &lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;GC Script&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Subarea: &lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;N\A&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h1&gt;Problem Description&lt;/h1&gt;
&lt;p&gt;I am working my way through a tutorial titled &amp;quot;How to create PointGrid from point text file&amp;quot; (&lt;a href="http://www.youtube.com/watch?v=vv9jmLGeak0"&gt;http://www.youtube.com/watch?v=vv9jmLGeak0&lt;/a&gt;), but unfortunately my first attempt failed with the error massage: &amp;quot;An exception occurred while attempting to apply your changes. Error in line 18, column 144 of Anonymous chunk provider. You&amp;rsquo;re trying to &amp;acute;call&amp;acute; something that&amp;rsquo;s not a function or method pt (count)&amp;quot;.&lt;/p&gt;
&lt;h1&gt;Steps to Resolve&lt;/h1&gt;
&lt;p&gt;The only obvious items out of place appear to be:&lt;/p&gt;
&lt;p&gt;1. Replace &amp;quot;points.txt&amp;quot; with &amp;quot;&amp;quot;.\\points.txt&amp;quot; to denote the point files&amp;#39; active directory&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-17/PointCoordinateFilePath.png"&gt;&lt;img alt=" " src="/resized-image/__size/940x0/__key/communityserver-wikis-components-files/00-00-00-00-17/PointCoordinateFilePath.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2. From line 14 in function.txt replace the parentheses with square brackets:&lt;/p&gt;
&lt;p&gt;pt01[j] [i].ByCartesianCoordinates (cs, pt &lt;span style="background-color:#ffff00;"&gt;&lt;strong&gt;(&lt;/strong&gt;&lt;/span&gt;count&lt;span style="background-color:#ffff00;"&gt;&lt;strong&gt;)&lt;/strong&gt;&lt;/span&gt;.X.pt &lt;span style="background-color:#ffff00;"&gt;&lt;strong&gt;(&lt;/strong&gt;&lt;/span&gt;count&lt;span style="background-color:#ffff00;"&gt;&lt;strong&gt;)&lt;/strong&gt;&lt;/span&gt;.Y.pt &lt;span style="background-color:#ffff00;"&gt;&lt;strong&gt;(&lt;/strong&gt;&lt;/span&gt;count&lt;span style="background-color:#ffff00;"&gt;&lt;strong&gt;)&lt;/strong&gt;&lt;/span&gt;.Z);&lt;/p&gt;
&lt;p&gt;should be&lt;/p&gt;
&lt;p&gt;pt01[j] [i].ByCartesianCoordinates (cs, pt [count].X.pt [count].Y.pt [count].Z);&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-17/03548.NewLogo.png"&gt;&lt;img style="border-width:0px;" alt=" " height="60" src="/cfs-file.ashx/__key/communityserver-components-sitefiles/TSG-Logo.png" width="189" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: GC Script, error, GenerativeComponents&lt;/div&gt;
</description></item><item><title>Function or Method call error</title><link>https://communities.bentley.com/products/building/building_analysis___design/w/building_analysis_and_design__wiki/21421/function-or-method-call-error/revision/6</link><pubDate>Fri, 12 Feb 2021 12:06:43 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:b83b67ce-7cad-4068-96cc-ad6cee39d5d1</guid><dc:creator>Marc Thomas</dc:creator><comments>https://communities.bentley.com/products/building/building_analysis___design/w/building_analysis_and_design__wiki/21421/function-or-method-call-error#comments</comments><description>Revision 6 posted to OpenBuildings | AECOsim | Speedikon Wiki by Marc Thomas on 2/12/2021 12:06:43 PM&lt;br /&gt;
&lt;table style="background-color:#dce5f0;border:0px solid #dce5f0;width:500px;" border="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Product(s):&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;GenerativeComponents&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Version(s):&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;08.11.09.157&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Area: &lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;GC Script&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Subarea: &lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;N\A&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h1&gt;Problem Description&lt;/h1&gt;
&lt;p&gt;I am working my way through a tutorial titled &amp;quot;How to create PointGrid from point text file&amp;quot; (&lt;a href="http://www.youtube.com/watch?v=vv9jmLGeak0"&gt;http://www.youtube.com/watch?v=vv9jmLGeak0&lt;/a&gt;), but unfortunately my first attempt failed with the error massage: &amp;quot;An exception occurred while attempting to apply your changes. Error in line 18, column 144 of Anonymous chunk provider. You&amp;rsquo;re trying to &amp;acute;call&amp;acute; something that&amp;rsquo;s not a function or method pt (count)&amp;quot;.&lt;/p&gt;
&lt;h1&gt;Steps to Resolve&lt;/h1&gt;
&lt;p&gt;The only obvious items out of place appear to be:&lt;/p&gt;
&lt;p&gt;1. Replace &amp;quot;points.txt&amp;quot; with &amp;quot;&amp;quot;.\\points.txt&amp;quot; to denote the point files&amp;#39; active directory&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-17/PointCoordinateFilePath.png"&gt;&lt;img alt=" " src="/resized-image/__size/940x0/__key/communityserver-wikis-components-files/00-00-00-00-17/PointCoordinateFilePath.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2. From line 14 in function.txt replace the parentheses with square brackets:&lt;/p&gt;
&lt;p&gt;pt01[j] [i].ByCartesianCoordinates (cs, pt &lt;span style="background-color:#ffff00;"&gt;&lt;strong&gt;(&lt;/strong&gt;&lt;/span&gt;count&lt;span style="background-color:#ffff00;"&gt;&lt;strong&gt;)&lt;/strong&gt;&lt;/span&gt;.X.pt &lt;span style="background-color:#ffff00;"&gt;&lt;strong&gt;(&lt;/strong&gt;&lt;/span&gt;count&lt;span style="background-color:#ffff00;"&gt;&lt;strong&gt;)&lt;/strong&gt;&lt;/span&gt;.Y.pt &lt;span style="background-color:#ffff00;"&gt;&lt;strong&gt;(&lt;/strong&gt;&lt;/span&gt;count&lt;span style="background-color:#ffff00;"&gt;&lt;strong&gt;)&lt;/strong&gt;&lt;/span&gt;.Z);&lt;/p&gt;
&lt;p&gt;should be&lt;/p&gt;
&lt;p&gt;pt01[j] [i].ByCartesianCoordinates (cs, pt [count].X.pt [count].Y.pt [count].Z);&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: GC Script, error, GenerativeComponents&lt;/div&gt;
</description></item><item><title>Function or Method call error</title><link>https://communities.bentley.com/products/building/building_analysis___design/w/building_analysis_and_design__wiki/21421/function-or-method-call-error/revision/5</link><pubDate>Fri, 12 Feb 2021 12:05:45 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:b83b67ce-7cad-4068-96cc-ad6cee39d5d1</guid><dc:creator>Marc Thomas</dc:creator><comments>https://communities.bentley.com/products/building/building_analysis___design/w/building_analysis_and_design__wiki/21421/function-or-method-call-error#comments</comments><description>Revision 5 posted to OpenBuildings | AECOsim | Speedikon Wiki by Marc Thomas on 2/12/2021 12:05:45 PM&lt;br /&gt;
&lt;table style="background-color:#dce5f0;border:0px solid #dce5f0;width:500px;" border="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;b&gt;&lt;/b&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;b&gt;&lt;/b&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;b&gt;&lt;/b&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;span style="font-size:medium;"&gt;&lt;b&gt;Applies To &lt;/b&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Product(s):&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;GenerativeComponents&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Version(s):&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;08.11.09.157&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Environment: &lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;N\A&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Area: &lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;GC Script&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Subarea: &lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;N\A&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Original Author:&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Steve Cocchi, Bentley Technical Support Group&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h1&gt;Problem Description&lt;/h1&gt;
&lt;p&gt;I am working my way through a tutorial titled &amp;quot;How to create PointGrid from point text file&amp;quot; (&lt;a href="http://www.youtube.com/watch?v=vv9jmLGeak0"&gt;http://www.youtube.com/watch?v=vv9jmLGeak0&lt;/a&gt;), but unfortunately my first attempt failed with the error massage: &amp;quot;An exception occurred while attempting to apply your changes. Error in line 18, column 144 of Anonymous chunk provider. You&amp;rsquo;re trying to &amp;acute;call&amp;acute; something that&amp;rsquo;s not a function or method pt (count)&amp;quot;.&lt;/p&gt;
&lt;h1&gt;Steps to Resolve&lt;/h1&gt;
&lt;p&gt;The only obvious items out of place appear to be:&lt;/p&gt;
&lt;p&gt;1. Replace &amp;quot;points.txt&amp;quot; with &amp;quot;&amp;quot;.\\points.txt&amp;quot; to denote the point files&amp;#39; active directory&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-17/PointCoordinateFilePath.png"&gt;&lt;img alt=" " src="/resized-image/__size/940x0/__key/communityserver-wikis-components-files/00-00-00-00-17/PointCoordinateFilePath.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2. From line 14 in function.txt replace the parentheses with square brackets:&lt;/p&gt;
&lt;p&gt;pt01[j] [i].ByCartesianCoordinates (cs, pt &lt;span style="background-color:#ffff00;"&gt;&lt;strong&gt;(&lt;/strong&gt;&lt;/span&gt;count&lt;span style="background-color:#ffff00;"&gt;&lt;strong&gt;)&lt;/strong&gt;&lt;/span&gt;.X.pt &lt;span style="background-color:#ffff00;"&gt;&lt;strong&gt;(&lt;/strong&gt;&lt;/span&gt;count&lt;span style="background-color:#ffff00;"&gt;&lt;strong&gt;)&lt;/strong&gt;&lt;/span&gt;.Y.pt &lt;span style="background-color:#ffff00;"&gt;&lt;strong&gt;(&lt;/strong&gt;&lt;/span&gt;count&lt;span style="background-color:#ffff00;"&gt;&lt;strong&gt;)&lt;/strong&gt;&lt;/span&gt;.Z);&lt;/p&gt;
&lt;p&gt;should be&lt;/p&gt;
&lt;p&gt;pt01[j] [i].ByCartesianCoordinates (cs, pt [count].X.pt [count].Y.pt [count].Z);&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: GC Script, error, GenerativeComponents, en, SELECTsupport&lt;/div&gt;
</description></item><item><title>Function or Method call error</title><link>https://communities.bentley.com/products/building/building_analysis___design/w/building_analysis_and_design__wiki/21421/function-or-method-call-error/revision/4</link><pubDate>Fri, 18 Sep 2020 21:01:39 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:b83b67ce-7cad-4068-96cc-ad6cee39d5d1</guid><dc:creator>Steve Cocchi</dc:creator><comments>https://communities.bentley.com/products/building/building_analysis___design/w/building_analysis_and_design__wiki/21421/function-or-method-call-error#comments</comments><description>Revision 4 posted to OpenBuildings | AECOsim | Speedikon Wiki by Steve Cocchi on 9/18/2020 9:01:39 PM&lt;br /&gt;
&lt;h1&gt;&lt;b&gt;&lt;img width="189" height="60" style="border-width:0px;" alt=" " src="/cfs-file.ashx/__key/communityserver-components-sitefiles/TSG-Logo.png" /&gt;&lt;/b&gt;&lt;/h1&gt;
&lt;table style="border:0px solid #dce5f0;width:500px;background-color:#dce5f0;" border="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;b&gt;&lt;/b&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;b&gt;&lt;/b&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;b&gt;&lt;/b&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;span style="font-size:medium;"&gt;&lt;b&gt;Applies To &lt;/b&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Product(s):&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;GenerativeComponents&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Version(s):&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;08.11.09.157&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Environment: &lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;N\A&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Area: &lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;GC Script&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Subarea: &lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;N\A&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Original Author:&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Steve Cocchi, Bentley Technical Support Group&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h1&gt;Problem Description&lt;/h1&gt;
&lt;p&gt;I am working my way through a tutorial titled &amp;quot;How to create PointGrid from point text file&amp;quot; (&lt;a href="http://www.youtube.com/watch?v=vv9jmLGeak0"&gt;http://www.youtube.com/watch?v=vv9jmLGeak0&lt;/a&gt;), but unfortunately my first attempt failed with the error massage: &amp;quot;An exception occurred while attempting to apply your changes. Error in line 18, column 144 of Anonymous chunk provider. You&amp;rsquo;re trying to &amp;acute;call&amp;acute; something that&amp;rsquo;s not a function or method pt (count)&amp;quot;.&lt;/p&gt;
&lt;h1&gt;Steps to Resolve&lt;/h1&gt;
&lt;p&gt;The only obvious items out of place appear to be:&lt;/p&gt;
&lt;p&gt;1. Replace &amp;quot;points.txt&amp;quot; with &amp;quot;&amp;quot;.\\points.txt&amp;quot; to denote the point files&amp;#39; active directory&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-17/PointCoordinateFilePath.png"&gt;&lt;img alt=" " src="/resized-image/__size/940x0/__key/communityserver-wikis-components-files/00-00-00-00-17/PointCoordinateFilePath.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2. From line 14 in function.txt replace the parentheses with square brackets:&lt;/p&gt;
&lt;p&gt;pt01[j] [i].ByCartesianCoordinates (cs, pt &lt;span style="background-color:#ffff00;"&gt;&lt;strong&gt;(&lt;/strong&gt;&lt;/span&gt;count&lt;span style="background-color:#ffff00;"&gt;&lt;strong&gt;)&lt;/strong&gt;&lt;/span&gt;.X.pt &lt;span style="background-color:#ffff00;"&gt;&lt;strong&gt;(&lt;/strong&gt;&lt;/span&gt;count&lt;span style="background-color:#ffff00;"&gt;&lt;strong&gt;)&lt;/strong&gt;&lt;/span&gt;.Y.pt &lt;span style="background-color:#ffff00;"&gt;&lt;strong&gt;(&lt;/strong&gt;&lt;/span&gt;count&lt;span style="background-color:#ffff00;"&gt;&lt;strong&gt;)&lt;/strong&gt;&lt;/span&gt;.Z);&lt;/p&gt;
&lt;p&gt;should be&lt;/p&gt;
&lt;p&gt;pt01[j] [i].ByCartesianCoordinates (cs, pt [count].X.pt [count].Y.pt [count].Z);&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: GC Script, error, GenerativeComponents, en, SELECTsupport&lt;/div&gt;
</description></item><item><title>Function or Method call error</title><link>https://communities.bentley.com/products/building/building_analysis___design/w/building_analysis_and_design__wiki/21421/function-or-method-call-error/revision/3</link><pubDate>Fri, 15 May 2015 22:36:09 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:b83b67ce-7cad-4068-96cc-ad6cee39d5d1</guid><dc:creator>Steve Cocchi</dc:creator><comments>https://communities.bentley.com/products/building/building_analysis___design/w/building_analysis_and_design__wiki/21421/function-or-method-call-error#comments</comments><description>Revision 3 posted to OpenBuildings | AECOsim | Speedikon Wiki by Steve Cocchi on 5/15/2015 10:36:09 PM&lt;br /&gt;
&lt;h1&gt;&lt;b&gt;&lt;img width="189" height="60" style="border-width:0px;" alt=" " src="/cfs-file.ashx/__key/communityserver-components-sitefiles/TSG-Logo.png" /&gt;&lt;/b&gt;&lt;/h1&gt;
&lt;table style="border:0px solid #dce5f0;width:500px;background-color:#dce5f0;" border="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;b&gt;&lt;/b&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;b&gt;&lt;/b&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;b&gt;&lt;/b&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;span style="font-size:medium;"&gt;&lt;b&gt;Applies To &lt;/b&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Product(s):&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;GenerativeComponents&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Version(s):&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;08.11.09.157&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Environment: &lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;N\A&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Area: &lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;GC Script&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Subarea: &lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;N\A&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Original Author:&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Steve Cocchi, Bentley Technical Support Group&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h1&gt;Problem Description&lt;/h1&gt;
&lt;p&gt;I am working my way through a tutorial titled &amp;quot;How to create PointGrid from point text file&amp;quot; (&lt;a href="http://www.youtube.com/watch?v=vv9jmLGeak0"&gt;http://www.youtube.com/watch?v=vv9jmLGeak0&lt;/a&gt;), but unfortunately my first attempt failed with the error massage: &amp;quot;An exception occurred while attempting to apply your changes. Error in line 18, column 144 of Anonymous chunk provider. You&amp;rsquo;re trying to &amp;acute;call&amp;acute; something that&amp;rsquo;s not a function or method pt (count)&amp;quot;.&lt;/p&gt;
&lt;h1&gt;Steps to Resolve&lt;/h1&gt;
&lt;p&gt;The only obvious items out of place appear to be:&lt;/p&gt;
&lt;p&gt;1. Replace &amp;quot;points.txt&amp;quot; with &amp;quot;&amp;quot;.\\points.txt&amp;quot; to denote the point files&amp;#39; active directory&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-17/PointCoordinateFilePath.png"&gt;&lt;img alt=" " src="/resized-image/__size/940x0/__key/communityserver-wikis-components-files/00-00-00-00-17/PointCoordinateFilePath.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2. From line 14 in function.txt replace the parentheses with square brackets:&lt;/p&gt;
&lt;p&gt;pt01[j] [i].ByCartesianCoordinates (cs, pt &lt;span style="background-color:#ffff00;"&gt;&lt;strong&gt;(&lt;/strong&gt;&lt;/span&gt;count&lt;strong&gt;)&lt;/strong&gt;.X.pt &lt;strong&gt;(&lt;/strong&gt;count&lt;strong&gt;)&lt;/strong&gt;.Y.pt &lt;strong&gt;(&lt;/strong&gt;count&lt;strong&gt;)&lt;/strong&gt;.Z);&lt;/p&gt;
&lt;p&gt;should be&lt;/p&gt;
&lt;p&gt;pt01[j] [i].ByCartesianCoordinates (cs, pt [count].X.pt [count].Y.pt [count].Z);&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: GC Script, 08.11.09.157, MicroStation, GenerativeComponents, en, SELECTsupport&lt;/div&gt;
</description></item><item><title>Function or Method call error</title><link>https://communities.bentley.com/products/building/building_analysis___design/w/building_analysis_and_design__wiki/21421/function-or-method-call-error/revision/2</link><pubDate>Fri, 15 May 2015 22:35:22 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:b83b67ce-7cad-4068-96cc-ad6cee39d5d1</guid><dc:creator>Steve Cocchi</dc:creator><comments>https://communities.bentley.com/products/building/building_analysis___design/w/building_analysis_and_design__wiki/21421/function-or-method-call-error#comments</comments><description>Revision 2 posted to OpenBuildings | AECOsim | Speedikon Wiki by Steve Cocchi on 5/15/2015 10:35:22 PM&lt;br /&gt;
&lt;h1&gt;&lt;b&gt;&lt;img width="189" height="60" style="border-width:0px;" alt=" " src="/cfs-file.ashx/__key/communityserver-components-sitefiles/TSG-Logo.png" /&gt;&lt;/b&gt;&lt;/h1&gt;
&lt;table style="border:0px solid #dce5f0;width:500px;background-color:#dce5f0;" border="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;b&gt;&lt;/b&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;b&gt;&lt;/b&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;b&gt;&lt;/b&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;span style="font-size:medium;"&gt;&lt;b&gt;Applies To &lt;/b&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Product(s):&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;GenerativeComponents&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Version(s):&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;08.11.09.157&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Environment: &lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;N\A&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Area: &lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;GC Script&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Subarea: &lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;N\A&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Original Author:&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Steve Cocchi, Bentley Technical Support Group&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h1&gt;Problem Description&lt;/h1&gt;
&lt;p&gt;I am working my way through a tutorial titled &amp;quot;How to create PointGrid from point text file&amp;quot; (&lt;a href="http://www.youtube.com/watch?v=vv9jmLGeak0"&gt;http://www.youtube.com/watch?v=vv9jmLGeak0&lt;/a&gt;), but unfortunately my first attempt failed with the error massage: &amp;quot;An exception occurred while attempting to apply your changes. Error in line 18, column 144 of Anonymous chunk provider. You&amp;rsquo;re trying to &amp;acute;call&amp;acute; something that&amp;rsquo;s not a function or method pt (count)&amp;quot;.&lt;/p&gt;
&lt;h1&gt;Steps to Resolve&lt;/h1&gt;
&lt;p&gt;The only obvious items out of place appear to be:&lt;/p&gt;
&lt;p&gt;1. Replace &amp;quot;points.txt&amp;quot; with &amp;quot;&amp;quot;.\\points.txt&amp;quot; to denote the point files&amp;#39; active directory&lt;/p&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-17/PointCoordinateFilePath.png"&gt;&lt;img src="/resized-image/__size/940x0/__key/communityserver-wikis-components-files/00-00-00-00-17/PointCoordinateFilePath.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2. From line 14 in function.txt replace the parentheses with square brackets:&lt;/p&gt;
&lt;p&gt;pt01[j] [i].ByCartesianCoordinates (cs, pt &lt;strong&gt;(&lt;/strong&gt;count&lt;strong&gt;)&lt;/strong&gt;.X.pt &lt;strong&gt;(&lt;/strong&gt;count&lt;strong&gt;)&lt;/strong&gt;.Y.pt &lt;strong&gt;(&lt;/strong&gt;count&lt;strong&gt;)&lt;/strong&gt;.Z);&lt;/p&gt;
&lt;p&gt;should be&lt;/p&gt;
&lt;p&gt;pt01[j] [i].ByCartesianCoordinates (cs, pt [count].X.pt [count].Y.pt [count].Z);&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: GC Script, 08.11.09.157, MicroStation, GenerativeComponents, en, SELECTsupport&lt;/div&gt;
</description></item><item><title>Function or Method call error</title><link>https://communities.bentley.com/products/building/building_analysis___design/w/building_analysis_and_design__wiki/21421/function-or-method-call-error/revision/1</link><pubDate>Fri, 15 May 2015 22:31:33 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:b83b67ce-7cad-4068-96cc-ad6cee39d5d1</guid><dc:creator>Steve Cocchi</dc:creator><comments>https://communities.bentley.com/products/building/building_analysis___design/w/building_analysis_and_design__wiki/21421/function-or-method-call-error#comments</comments><description>Revision 1 posted to OpenBuildings | AECOsim | Speedikon Wiki by Steve Cocchi on 5/15/2015 10:31:33 PM&lt;br /&gt;
&lt;h1&gt;&lt;b&gt;&lt;img style="border-left-width:0px;border-right-width:0px;border-bottom-width:0px;border-top-width:0px;" alt=" " src="http://communities.bentley.com/cfs-file.ashx/__key/communityserver-components-sitefiles/TSG-Logo.png" width="189" height="60" /&gt;&lt;/b&gt;&lt;/h1&gt;
&lt;table style="border-top:#dce5f0 0px solid;border-right:#dce5f0 0px solid;width:500px;border-bottom:#dce5f0 0px solid;border-left:#dce5f0 0px solid;background-color:#dce5f0;" border="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;b&gt;&lt;/b&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;b&gt;&lt;/b&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;b&gt;&lt;/b&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;span style="font-size:medium;"&gt;&lt;b&gt;Applies To &lt;/b&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Product(s):&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;GenerativeComponents&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Version(s):&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;08.11.09.157 &lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Environment: &lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;N\A&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Area: &lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;GC Script&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Subarea: &lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;N\A&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;Original Author:&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Steve Cocchi, Bentley Technical Support Group&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td style="text-align:right;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h1&gt;Problem Description&lt;/h1&gt;
&lt;p&gt;I am working my way through a tutorial titled &amp;quot;How to create PointGrid from point text file&amp;quot; (&lt;a href="http://www.youtube.com/watch?v=vv9jmLGeak0"&gt;http://www.youtube.com/watch?v=vv9jmLGeak0&lt;/a&gt;), but unfortunately my first attempt failed with the error massage: &amp;quot;An exception occurred while attempting to apply your changes. Error in line 18, column 144 of Anonymous chunk provider. You’re trying to ´call´ something that’s not a function or method pt (count)&amp;quot;. &lt;/p&gt;
&lt;h1&gt;Steps to Resolve&lt;/h1&gt;
&lt;p&gt;The only obvious items out of place appear to be: &lt;/p&gt;
&lt;p&gt;1. Replace &amp;quot;points.txt&amp;quot; with &amp;quot;&amp;quot;.\\points.txt&amp;quot; to denote the point files&amp;#39; active directory&lt;/p&gt;
&lt;p&gt;&amp;lt;&amp;lt;PointCoordinateFilePath.png&amp;gt;&amp;gt;&lt;/p&gt;
&lt;p&gt;2. From line 14 in function.txt replace the parentheses with square brackets:&lt;/p&gt;
&lt;p&gt;pt01[j] [i].ByCartesianCoordinates (cs, pt (count).X.pt (count).Y.pt (count).Z);&lt;/p&gt;
&lt;p&gt;should be&lt;/p&gt;
&lt;p&gt;pt01[j] [i].ByCartesianCoordinates (cs, pt [count].X.pt [count].Y.pt [count].Z);&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: GC Script, 08.11.09.157, MicroStation, GenerativeComponents, en, SELECTsupport&lt;/div&gt;
</description></item></channel></rss>