<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Using GDL to write parameterized iron chains in GDL</title>
    <link>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/374342#M997</link>
    <description>&lt;P&gt;The current version is an arc curve, not a gravity parabola&lt;span class="lia-unicode-emoji" title=":sad_but_relieved_face:"&gt;😥&lt;/span&gt;. The calculation of the distribution of each link on the circular arc curve is relatively easy.&lt;/P&gt;&lt;P&gt;I will send the gsm file later.&lt;/P&gt;</description>
    <pubDate>Sun, 26 Mar 2023 05:47:55 GMT</pubDate>
    <dc:creator>yongler</dc:creator>
    <dc:date>2023-03-26T05:47:55Z</dc:date>
    <item>
      <title>Using GDL to write parameterized iron chains</title>
      <link>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/374306#M993</link>
      <description>&lt;P&gt;In some scenic spots in Hangzhou, China, chains are used as railings, and the top of pagodas is fixed with iron chains. Like the picture. This kind of iron chain is written in GDL language. The hot spot at one end can be dragged, and the sag arc in the middle can also be controlled. Another key parameter is that each iron ring rotates by 90 °&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="20230325202137505.jpg" style="width: 335px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/35443i38901078A2A1A28D/image-dimensions/335x431?v=v2" width="335" height="431" role="button" title="20230325202137505.jpg" alt="20230325202137505.jpg" /&gt;&lt;/span&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="20230326150528.jpg" style="width: 313px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/35455iB8740F1355E3C4E2/image-dimensions/313x429?v=v2" width="313" height="429" role="button" title="20230326150528.jpg" alt="20230326150528.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FdCPqij8D28c%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DdCPqij8D28c&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FdCPqij8D28c%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="400" height="225" scrolling="no" title="Using ArchiCAD GDL to Write Parametric Iron Chains" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Mar 2023 07:06:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/374306#M993</guid>
      <dc:creator>yongler</dc:creator>
      <dc:date>2023-03-26T07:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using GDL to write parameterized iron chains</title>
      <link>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/374319#M994</link>
      <description>&lt;P&gt;Interesting - i tried to code somethng like that, but unfortunately, i was not able to do the maths on that.&amp;nbsp; How can we get this?&lt;/P&gt;</description>
      <pubDate>Sat, 25 Mar 2023 16:46:13 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/374319#M994</guid>
      <dc:creator>Hmooslechner</dc:creator>
      <dc:date>2023-03-25T16:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using GDL to write parameterized iron chains</title>
      <link>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/374340#M995</link>
      <description>&lt;P&gt;The math for the curve should be pretty straight forward.&lt;/P&gt;
&lt;P&gt;I believe it is called a catenary curve.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The link in the chain is another matter, and one I probably wouldn't attempt.&lt;/P&gt;
&lt;P&gt;The link itself would be quite easy and the rotating 90° for each alternate link is also quite easy.&lt;/P&gt;
&lt;P&gt;In a straight line it would be no problem.&lt;/P&gt;
&lt;P&gt;But for each link in the curve, you will have to calculate the position in the curve and how much it deviates along the length axis for that particular link.&lt;/P&gt;
&lt;P&gt;That will be the tricky part, and I am sure it can be done mathematically, but it is a bit beyond me (a bit of Googling or chatGPT maybe?)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The coding may or may not end up quite concise and not too large, but the polygon count of the final object cold be a great hindrance to your model.&lt;/P&gt;
&lt;P&gt;I would consider modelling as a TUBE (either square profile or thin rectangle rather than round) and applying a chain surface material (might not map correctly on a round profile).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Mar 2023 05:04:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/374340#M995</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2023-03-26T05:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using GDL to write parameterized iron chains</title>
      <link>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/374341#M996</link>
      <description>&lt;P&gt;i did somethings like this:&amp;nbsp;&amp;nbsp;&lt;A href="https://bimcomponents.com/GSM/Details/25256" target="_self"&gt;https://bimcomponents.com/GSM/Details/25256&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You discribed my "mathematical problems" on that very well. You have the curve, but You must get the same distances for the Chain-link-parts ON THIS CURVE.&amp;nbsp; I could not solve that by myself.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 05:03:25 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/374341#M996</guid>
      <dc:creator>Hmooslechner</dc:creator>
      <dc:date>2023-03-27T05:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using GDL to write parameterized iron chains</title>
      <link>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/374342#M997</link>
      <description>&lt;P&gt;The current version is an arc curve, not a gravity parabola&lt;span class="lia-unicode-emoji" title=":sad_but_relieved_face:"&gt;😥&lt;/span&gt;. The calculation of the distribution of each link on the circular arc curve is relatively easy.&lt;/P&gt;&lt;P&gt;I will send the gsm file later.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Mar 2023 05:47:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/374342#M997</guid>
      <dc:creator>yongler</dc:creator>
      <dc:date>2023-03-26T05:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Using GDL to write parameterized iron chains</title>
      <link>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/374344#M998</link>
      <description>&lt;P&gt;The gsm file is here：&lt;/P&gt;</description>
      <pubDate>Sun, 26 Mar 2023 06:09:37 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/374344#M998</guid>
      <dc:creator>yongler</dc:creator>
      <dc:date>2023-03-26T06:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using GDL to write parameterized iron chains</title>
      <link>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/374345#M999</link>
      <description>&lt;P&gt;Wow.Great ! This is the real gravity curve&lt;/P&gt;</description>
      <pubDate>Sun, 26 Mar 2023 06:13:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/374345#M999</guid>
      <dc:creator>yongler</dc:creator>
      <dc:date>2023-03-26T06:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Using GDL to write parameterized iron chains</title>
      <link>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/374346#M1000</link>
      <description>&lt;P&gt;Its a very simple solution and nobody will see the difference to "a real&amp;nbsp;&lt;SPAN&gt;catenary curve" as long, as its sufficiantly tightened.&amp;nbsp; Well done. Very well done!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hmooslechner_1-1679814279559.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/35454i5EBBAA69D8A73436/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hmooslechner_1-1679814279559.png" alt="Hmooslechner_1-1679814279559.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Mar 2023 07:04:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/374346#M1000</guid>
      <dc:creator>Hmooslechner</dc:creator>
      <dc:date>2023-03-26T07:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using GDL to write parameterized iron chains</title>
      <link>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/374541#M1001</link>
      <description>&lt;P&gt;It seems that ChatGPT doesn't understand GDL yet, so GDLer hasn't been replaced so quickly&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 00:50:01 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/374541#M1001</guid>
      <dc:creator>yongler</dc:creator>
      <dc:date>2023-03-28T00:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using GDL to write parameterized iron chains</title>
      <link>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/374544#M1002</link>
      <description>&lt;P&gt;ChatGPT can only learn from resources it can find on the web, and we struggle with that when it comes to understanding GDL. &lt;span class="lia-unicode-emoji" title=":face_with_tears_of_joy:"&gt;😂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It can't help you with the GDL side of things, but it might be able to give you a formulae to calculate the angle of each link in the curve.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 00:59:58 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/374544#M1002</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2023-03-28T00:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using GDL to write parameterized iron chains</title>
      <link>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/374649#M1003</link>
      <description>&lt;P&gt;Yeah, ChatGPT is a GDL Noob. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 17:44:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/374649#M1003</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2023-03-28T17:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using GDL to write parameterized iron chains</title>
      <link>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/374707#M1004</link>
      <description>&lt;P&gt;GDL is not popular, so developers of chatGPT have not input GDL information?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;GDL may be the&amp;nbsp; forever blind zone of chatGPT ?&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 03:25:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/374707#M1004</guid>
      <dc:creator>yongler</dc:creator>
      <dc:date>2023-03-29T03:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using GDL to write parameterized iron chains</title>
      <link>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/375103#M1005</link>
      <description>&lt;P&gt;Maybe a rope instead?&lt;/P&gt;
&lt;P&gt;Make Your own... with the profilemaker and my GDL - a few changes in 3D-script:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2F6k7zvnAIiEA%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D6k7zvnAIiEA&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2F6k7zvnAIiEA%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="200" height="113" scrolling="no" title="Archicad26 GDL rope" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2023 10:45:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/375103#M1005</guid>
      <dc:creator>Hmooslechner</dc:creator>
      <dc:date>2023-04-01T10:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using GDL to write parameterized iron chains</title>
      <link>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/375159#M1006</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="capture_20230402202655084.jpg" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/35710i3699E016F547F78B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="capture_20230402202655084.jpg" alt="capture_20230402202655084.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2023 12:32:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/375159#M1006</guid>
      <dc:creator>yongler</dc:creator>
      <dc:date>2023-04-02T12:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using GDL to write parameterized iron chains</title>
      <link>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/376033#M1007</link>
      <description>&lt;P&gt;I managed to achieve this with a proper catenary curve.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As &lt;SPAN class="UserName lia-user-name lia-user-rank-Advisor lia-component-message-view-widget-author-username"&gt;&lt;A id="link_24" class="lia-link-navigation lia-page-link lia-user-name-link" style="color: #011622;" href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/9616" target="_self" aria-label="View Profile of Hmooslechner"&gt;&lt;SPAN class=""&gt;Hmooslechner&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt; mentioned the hard part was to get equidistant points along the curve to generate the chain links.&amp;nbsp; I used an approximation method that works just fine.&lt;/P&gt;
&lt;P&gt;I converted this method found on YouTube&amp;nbsp; &lt;A href="https://www.youtube.com/watch?v=gkdnS6rISV0" target="_blank"&gt;https://www.youtube.com/watch?v=gkdnS6rISV0&lt;/A&gt; to work in GDL, but this method generates points at fix intervals along the X axis so the greater the slope the greater the distance between points along the curve.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To fix this I calculate the tangent angle at&amp;nbsp; point n on the curve then&amp;nbsp; generate the point n+1 at cos(tangent angle) along the x axis. This generates equidistant points along then curve.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Both anchors can be moved around&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chain length1.jpg" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/35982iF9D5BB6501366D80/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chain length1.jpg" alt="chain length1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The length of the chain can be adjusted without moving the anchors.&lt;/P&gt;
&lt;P&gt;The links of the chain are fully customizable.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="link1.jpg" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/35983i35E75E54723C377A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="link1.jpg" alt="link1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="link2.jpg" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/35985iB43AC14EE3730E2E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="link2.jpg" alt="link2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="link3.jpg" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/35986iA19A6BF4424356DF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="link3.jpg" alt="link3.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="link4.jpg" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/35984i5840884CF536A63C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="link4.jpg" alt="link4.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;    And it can be displayed as a cable&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cable.jpg" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/35987i5F661CE8866A4875/image-size/medium?v=v2&amp;amp;px=400" role="button" title="cable.jpg" alt="cable.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Sat, 08 Apr 2023 11:50:03 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/376033#M1007</guid>
      <dc:creator>julienK</dc:creator>
      <dc:date>2023-04-08T11:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Using GDL to write parameterized iron chains</title>
      <link>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/376034#M1008</link>
      <description>&lt;P&gt;That was much too much maths for me!&amp;nbsp;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":face_with_tears_of_joy:"&gt;😂&lt;/span&gt; - Where and when and how will we (the cummunity) get this?&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_halo:"&gt;😇&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Apr 2023 12:03:35 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/376034#M1008</guid>
      <dc:creator>Hmooslechner</dc:creator>
      <dc:date>2023-04-08T12:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using GDL to write parameterized iron chains</title>
      <link>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/376035#M1009</link>
      <description>&lt;P&gt;I'll make a commercial version available for purchase on monday. PM me if interested.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Apr 2023 13:00:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/376035#M1009</guid>
      <dc:creator>julienK</dc:creator>
      <dc:date>2023-04-08T13:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using GDL to write parameterized iron chains</title>
      <link>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/376036#M1010</link>
      <description>&lt;P&gt;For those of us who ever toyed with the idea of trying to learn gdl, this has been beautiful to read and terrifying at the same time.&amp;nbsp; I congratulate you all guys&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Sat, 08 Apr 2023 13:57:23 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/376036#M1010</guid>
      <dc:creator>jl_lt</dc:creator>
      <dc:date>2023-04-08T13:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using GDL to write parameterized iron chains</title>
      <link>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/376042#M1011</link>
      <description>&lt;P&gt;In my mind, some solutions for that without the intensive amounts of maths are rumbling in the cellars of my mind, but i can wait to realize them until You have made Your money.. How long do you think I should wait until your expenses are financially recouped?&amp;nbsp; &amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_halo:"&gt;😇&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Apr 2023 14:45:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/GDL/Using-GDL-to-write-parameterized-iron-chains/m-p/376042#M1011</guid>
      <dc:creator>Hmooslechner</dc:creator>
      <dc:date>2023-04-08T14:45:31Z</dc:date>
    </item>
  </channel>
</rss>

