<?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: Reading parameters in GDL from a TXT file in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Reading-parameters-in-GDL-from-a-TXT-file/m-p/273507#M1972</link>
    <description>Thanks Piotr. I did refer to other objects but couldn't make sense of the code. Turns out I was misunderstanding the commands. I finally got it right - however very much by accident &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt; ... mainly using GDL Reference Guide PDF as the most useful reference.</description>
    <pubDate>Tue, 26 Nov 2019 00:29:17 GMT</pubDate>
    <dc:creator>jakubc7</dc:creator>
    <dc:date>2019-11-26T00:29:17Z</dc:date>
    <item>
      <title>Reading parameters in GDL from a TXT file</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Reading-parameters-in-GDL-from-a-TXT-file/m-p/273505#M1970</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;I am looking at making an object with some simple parameter combinations however due to over 100+ variations of 10+ parameters using GDL code would be too time consuming and not manageable.&lt;BR /&gt;
What I need:&lt;BR /&gt;
BLOCK shape (or similar)&lt;BR /&gt;
Preset sizes for Height and Width&lt;BR /&gt;
10 or so text values that adjust with presets&lt;BR /&gt;
&lt;BR /&gt;
I tried seeing what others have done using the OPEN command within their objects. I also tried the GDL Cookbook 3.1 which touches on the subject and the Graphisoft article with sample files in the link below. However it seems to be way more advanced than my GDL knowledge can handle.&lt;BR /&gt;
&lt;BR /&gt;
I suppose my question is whether there is a simpler way to do what I want:&lt;BR /&gt;
&lt;BR /&gt;
I love the new AC23 beam too (which would be perfect for this) but it still lacks ability to create preset values ... something I queried when v22 came out. I still do not see any way of going this?:&lt;BR /&gt;
&lt;A href="https://archicad-talk.graphisoft.com/viewtopic.php?t=61952" target="_blank"&gt;&lt;LINK_TEXT text="viewtopic.php?t=61952"&gt;https://archicad-talk.graphisoft.com/viewtopic.php?t=61952&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
I'd be happy to put this to bed if there is no other way but I'd hate to give up if there is a more streamlined way to achieve what I need. Any feedback much appreciated. Thanks.&lt;BR /&gt;
&lt;BR /&gt;
Graphisoft article:&lt;BR /&gt;
&lt;A href="http://gdl.graphisoft.com/tips-and-tricks/how-to-read-and-write-text-files" target="_blank"&gt;&lt;LINK_TEXT text="http://gdl.graphisoft.com/tips-and-tric ... text-files"&gt;http://gdl.graphisoft.com/tips-and-tricks/how-to-read-and-write-text-files&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Nov 2019 05:19:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Reading-parameters-in-GDL-from-a-TXT-file/m-p/273505#M1970</guid>
      <dc:creator>jakubc7</dc:creator>
      <dc:date>2019-11-20T05:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Reading parameters in GDL from a TXT file</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Reading-parameters-in-GDL-from-a-TXT-file/m-p/273506#M1971</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I think the best example for such purpose would be the steel profile objects - beam and columns - they exist in the standard library - and they utilize the size presets in txt files.&lt;BR /&gt;
&lt;BR /&gt;
I managed to use similar systems for changing the language in couple of objects (however this may be troublesome due to the lack of "unicodeness" of the input texts  using the text in-out gdl addons.&lt;BR /&gt;
&lt;BR /&gt;
Piotr</description>
      <pubDate>Thu, 21 Nov 2019 17:25:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Reading-parameters-in-GDL-from-a-TXT-file/m-p/273506#M1971</guid>
      <dc:creator>Piotr Dobrowolski</dc:creator>
      <dc:date>2019-11-21T17:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Reading parameters in GDL from a TXT file</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Reading-parameters-in-GDL-from-a-TXT-file/m-p/273507#M1972</link>
      <description>Thanks Piotr. I did refer to other objects but couldn't make sense of the code. Turns out I was misunderstanding the commands. I finally got it right - however very much by accident &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt; ... mainly using GDL Reference Guide PDF as the most useful reference.</description>
      <pubDate>Tue, 26 Nov 2019 00:29:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Reading-parameters-in-GDL-from-a-TXT-file/m-p/273507#M1972</guid>
      <dc:creator>jakubc7</dc:creator>
      <dc:date>2019-11-26T00:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Reading parameters in GDL from a TXT file</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Reading-parameters-in-GDL-from-a-TXT-file/m-p/273508#M1973</link>
      <description>There is also an example (more or less the same complexity) on:&lt;BR /&gt;
&lt;A href="http://gdl.graphisoft.com/tips-and-tricks/how-to-read-and-write-text-files" target="_blank"&gt;&lt;LINK_TEXT text="http://gdl.graphisoft.com/tips-and-tric ... text-files"&gt;http://gdl.graphisoft.com/tips-and-tricks/how-to-read-and-write-text-files&lt;/LINK_TEXT&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Piotr&lt;BR /&gt;
&lt;BR /&gt;
PS. I mainly use the above page as a manual rather than pdf. (I refer to pdf only when the certain GDL version must be used)</description>
      <pubDate>Tue, 26 Nov 2019 10:23:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Reading-parameters-in-GDL-from-a-TXT-file/m-p/273508#M1973</guid>
      <dc:creator>Piotr Dobrowolski</dc:creator>
      <dc:date>2019-11-26T10:23:05Z</dc:date>
    </item>
  </channel>
</rss>

