<?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: Get parameters of the GLOBALL GDL object. in Archicad C++ API</title>
    <link>https://community.graphisoft.com/t5/Archicad-C-API/Get-parameters-of-the-GLOBALL-GDL-object/m-p/289206#M4090</link>
    <description>&lt;BLOCKQUOTE&gt;Ralph wrote:&lt;BR /&gt;The add-on can set the parameter and cause the script to run without placing it in the model, and then extract the copied parameters&lt;/BLOCKQUOTE&gt;

Thanks &lt;B&gt; Ralph Wessel&lt;/B&gt;. It worked. Although I did not quite understand what you meant about manipulating a certain parameter, it's obvious it's just for checking that the creaking in the GDL worked.&lt;BR /&gt;
The main thing though is that you can not place the object and the script works directly from the library. &lt;BR /&gt;
During the experiments it was found out that in gdl it is possible to force to work all with one library element, the main thing to use in a GDL script LIBRARYGLOBAL PARAMETERS. But, just in case, I made 2 elements to escape any recursive ones.</description>
    <pubDate>Thu, 10 May 2018 17:57:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-05-10T17:57:11Z</dc:date>
    <item>
      <title>Get parameters of the GLOBALL GDL object.</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Get-parameters-of-the-GLOBALL-GDL-object/m-p/289202#M4086</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;Hello, do not tell me how to get the parameters of the global GDL object.&lt;BR /&gt;Or how to get it GUID and INDEX (further with parameters I think I will understand as with usual GDL)&lt;BR /&gt;This object is created and loaded in the library it is present in the view parameters, by means of Archicad I can only learn some GUID pair {0731FA34-C21E-4B47-9F0F-E71912128886} - {FF5231F5-3E29-48FC-BAF7-81856675376A} of the library element, although I doubt that it will be useful to find the placed element in the view parameters.&lt;/DIV&gt;</description>
      <pubDate>Mon, 09 Sep 2024 09:00:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Get-parameters-of-the-GLOBALL-GDL-object/m-p/289202#M4086</guid>
      <dc:creator>ufoname</dc:creator>
      <dc:date>2024-09-09T09:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Get parameters of the GLOBALL GDL object.</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Get-parameters-of-the-GLOBALL-GDL-object/m-p/289203#M4087</link>
      <description>Sorry, could you clarify what you mean by "global GDL object"?</description>
      <pubDate>Sun, 06 May 2018 21:29:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Get-parameters-of-the-GLOBALL-GDL-object/m-p/289203#M4087</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2018-05-06T21:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Get parameters of the GLOBALL GDL object.</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Get-parameters-of-the-GLOBALL-GDL-object/m-p/289204#M4088</link>
      <description>That's global. I plan to use to get the parameters instead of the ini file.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://ibb.co/jTkpyn" target="_blank"&gt;&lt;IMG src="https://preview.ibb.co/c0Dyr7/Global_GDL.jpg" /&gt;&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
p.s. ufoname it's me but from home.</description>
      <pubDate>Mon, 07 May 2018 08:05:27 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Get-parameters-of-the-GLOBALL-GDL-object/m-p/289204#M4088</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-07T08:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Get parameters of the GLOBALL GDL object.</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Get-parameters-of-the-GLOBALL-GDL-object/m-p/289205#M4089</link>
      <description>There's a workaround for that – because GDL objects can read these values, you can use one to extract the parameters for you. Write a script that will copy the parameters you need into its own parameters when a certain parameter is set. Then the object should reset that parameter.&lt;BR /&gt;
&lt;BR /&gt;
The add-on can set the parameter and cause the script to run without placing it in the model, and then extract the copied parameters. Take a look at the documentation for &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;APIAny_OpenParametersID&lt;E&gt;&lt;/E&gt; and &lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;APIAny_ChangeAParameterID&lt;E&gt;&lt;/E&gt;.</description>
      <pubDate>Mon, 07 May 2018 11:15:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Get-parameters-of-the-GLOBALL-GDL-object/m-p/289205#M4089</guid>
      <dc:creator>Ralph Wessel</dc:creator>
      <dc:date>2018-05-07T11:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Get parameters of the GLOBALL GDL object.</title>
      <link>https://community.graphisoft.com/t5/Archicad-C-API/Get-parameters-of-the-GLOBALL-GDL-object/m-p/289206#M4090</link>
      <description>&lt;BLOCKQUOTE&gt;Ralph wrote:&lt;BR /&gt;The add-on can set the parameter and cause the script to run without placing it in the model, and then extract the copied parameters&lt;/BLOCKQUOTE&gt;

Thanks &lt;B&gt; Ralph Wessel&lt;/B&gt;. It worked. Although I did not quite understand what you meant about manipulating a certain parameter, it's obvious it's just for checking that the creaking in the GDL worked.&lt;BR /&gt;
The main thing though is that you can not place the object and the script works directly from the library. &lt;BR /&gt;
During the experiments it was found out that in gdl it is possible to force to work all with one library element, the main thing to use in a GDL script LIBRARYGLOBAL PARAMETERS. But, just in case, I made 2 elements to escape any recursive ones.</description>
      <pubDate>Thu, 10 May 2018 17:57:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Archicad-C-API/Get-parameters-of-the-GLOBALL-GDL-object/m-p/289206#M4090</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-10T17:57:11Z</dc:date>
    </item>
  </channel>
</rss>

