<?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 Extract GDL Parameter Values in Parametric design</title>
    <link>https://community.graphisoft.com/t5/Parametric-design/Extract-GDL-Parameter-Values/m-p/277160#M1111</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi there,&lt;BR /&gt;
&lt;BR /&gt;
How can I extract library object parameters' values in Grasshopper ?&lt;BR /&gt;
&lt;BR /&gt;
If not possible, what C# / VBA / Python Script should I use in Grasshopper script component to have the ability to access their values ?&lt;/T&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 11 May 2023 09:07:29 GMT</pubDate>
    <dc:creator>Nader Belal</dc:creator>
    <dc:date>2023-05-11T09:07:29Z</dc:date>
    <item>
      <title>Extract GDL Parameter Values</title>
      <link>https://community.graphisoft.com/t5/Parametric-design/Extract-GDL-Parameter-Values/m-p/277160#M1111</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hi there,&lt;BR /&gt;
&lt;BR /&gt;
How can I extract library object parameters' values in Grasshopper ?&lt;BR /&gt;
&lt;BR /&gt;
If not possible, what C# / VBA / Python Script should I use in Grasshopper script component to have the ability to access their values ?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 11 May 2023 09:07:29 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Parametric-design/Extract-GDL-Parameter-Values/m-p/277160#M1111</guid>
      <dc:creator>Nader Belal</dc:creator>
      <dc:date>2023-05-11T09:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Extract GDL Parameter Values</title>
      <link>https://community.graphisoft.com/t5/Parametric-design/Extract-GDL-Parameter-Values/m-p/277161#M1112</link>
      <description>their is a hole book/pdf/something explaining the whole ArchiCAD-Grasshopper conexion thing from a to z, close to z it explains exactly this, how to acces library parts parameters that are not regularly available (meaning with the standard ArchiCAD library parts/objects/whatever) you have to manually make the parameter/s available for archicad. Its called something very obvious like "ArchiCAD-Grasshopper Conexion Guide Reference Dude. This book is what you have to check out if your interested in ArchiCAD-Grasshopper Conexion, which is awesome by the way" Yeah something very obvious like that, I found it somewhere online (meaning in that magical place called the internet) look for it and most of your questions concerning this will be answered,  mainly: any parameter of a library part can be accessed (wow, that's surprising, two doubles in a word that short!) and I do recall it was quite a simple procedure not involving and actual GDL coding. just some right clicking in the parameter list. Also, just to clarify if you got this far, I am serious about everything I wrote, I just didn't feel serious right now writing about it. Good luck!</description>
      <pubDate>Sun, 20 Jan 2019 06:18:47 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Parametric-design/Extract-GDL-Parameter-Values/m-p/277161#M1112</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-20T06:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Extract GDL Parameter Values</title>
      <link>https://community.graphisoft.com/t5/Parametric-design/Extract-GDL-Parameter-Values/m-p/277162#M1113</link>
      <description>@7nacho&lt;BR /&gt;
&lt;BR /&gt;
Hi,&lt;BR /&gt;
&lt;BR /&gt;
1st, thank you for the reply.&lt;BR /&gt;
&lt;BR /&gt;
2nd, I have already read the book from cover to cover, especially that part that you have pointed out.&lt;BR /&gt;
&lt;BR /&gt;
3rd, what I was asking in my question (&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;in case that I wasn't clear in my previous statement&lt;E&gt;&lt;/E&gt;) is the way I can extract Object's Libraries parameters values to inject them in the Property settings component.&lt;BR /&gt;
&lt;BR /&gt;
4th, I´m not aware if you have seen that you can set up the parameters values for library objects by ". . . Setting" Components as they have the ability to access the different object's parameters, but&lt;BR /&gt;
&lt;BR /&gt;
You can not access those same parameters when using "Deconstruct . . . " components followed by "Extract . . . Settings" Components.&lt;BR /&gt;
&lt;BR /&gt;
So, if you already know how to do it, I will be grateful for your effort.</description>
      <pubDate>Sun, 20 Jan 2019 14:53:53 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Parametric-design/Extract-GDL-Parameter-Values/m-p/277162#M1113</guid>
      <dc:creator>Nader Belal</dc:creator>
      <dc:date>2019-01-20T14:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Extract GDL Parameter Values</title>
      <link>https://community.graphisoft.com/t5/Parametric-design/Extract-GDL-Parameter-Values/m-p/277163#M1114</link>
      <description>AFAIK, this is not possible.&lt;BR /&gt;
&lt;BR /&gt;
The nearest thing I have found is by creating custom Properties and relating those properties to object parameters (sadly, only Lenght, Surface and Rotation parameters available for Object Element types)&lt;BR /&gt;
&lt;BR /&gt;
Once created the custom properties, those can be accessed from GH with Deconstruct Object + Extract Object Settings + Extract Property Settings (with this last one you need to specify which properties you want to be read by right-clicking over in the component)</description>
      <pubDate>Mon, 21 Jan 2019 20:30:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Parametric-design/Extract-GDL-Parameter-Values/m-p/277163#M1114</guid>
      <dc:creator>leceta</dc:creator>
      <dc:date>2019-01-21T20:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Extract GDL Parameter Values</title>
      <link>https://community.graphisoft.com/t5/Parametric-design/Extract-GDL-Parameter-Values/m-p/277164#M1115</link>
      <description>@leceta&lt;BR /&gt;
&lt;BR /&gt;
If I´m not wrong, you may access the values of those parameters without creating the custom properties, but following the steps that you have mentioned.&lt;BR /&gt;
&lt;BR /&gt;
To tell you the truth, I don't know if the possibility exists but no body have insisted, or simply nobody have tried it out or not. In the past, I wouldn't have considered to ask this question since ArchiCAD API is C++ and is quiet closed/obscured (&lt;I&gt;&lt;/I&gt;&lt;S&gt;&lt;I&gt;&lt;I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/S&gt;meaning that I would not have been able to manage or maintain it&lt;E&gt;&lt;/E&gt;). &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;FONT color="#FF0000"&gt;But this the live connection with GH&lt;/FONT&gt;&lt;/B&gt;, past consideration must be revised.&lt;BR /&gt;
&lt;BR /&gt;
Right now, I need the way to access those values with what ever the means there is, my problem is that IT knowledge would not help me to by pass such difficult task.</description>
      <pubDate>Mon, 21 Jan 2019 23:02:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Parametric-design/Extract-GDL-Parameter-Values/m-p/277164#M1115</guid>
      <dc:creator>Nader Belal</dc:creator>
      <dc:date>2019-01-21T23:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Extract GDL Parameter Values</title>
      <link>https://community.graphisoft.com/t5/Parametric-design/Extract-GDL-Parameter-Values/m-p/277165#M1116</link>
      <description>Hi Guys,&lt;BR /&gt;
&lt;BR /&gt;
I will close this thread and mark it as answered since I have found that the way I asked the question can give a false perception of what I seek.&lt;BR /&gt;
&lt;BR /&gt;
Here is the new link to the same question but better expressed:&lt;BR /&gt;
&lt;A href="https://archicad-talk.graphisoft.com/viewtopic.php?f=6&amp;amp;t=65991#p293367" target="_blank"&gt;&lt;LINK_TEXT text="viewtopic.php?f=6&amp;amp;t=65991#p293367"&gt;https://archicad-talk.graphisoft.com/viewtopic.php?f=6&amp;amp;t=65991#p293367&lt;/LINK_TEXT&gt;&lt;/A&gt;</description>
      <pubDate>Tue, 22 Jan 2019 16:02:06 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Parametric-design/Extract-GDL-Parameter-Values/m-p/277165#M1116</guid>
      <dc:creator>Nader Belal</dc:creator>
      <dc:date>2019-01-22T16:02:06Z</dc:date>
    </item>
  </channel>
</rss>

